summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-05 22:13:32 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-05 22:13:32 -0400
commitf31b48a708afa55f3d7806d0b944d64380083e3f (patch)
tree70e3382afbfbc810785677e1bf3a1e200052c794 /keysafe.cabal
parent4ded078f0e69ef981d11fd1629522619b96950c3 (diff)
downloadkeysafe-f31b48a708afa55f3d7806d0b944d64380083e3f.tar.gz
Remove embedded copy of argon2 binding, depend on fixed version of package.
Test suite passes. This commit was sponsored by Ignacio on Patreon
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal7
1 files changed, 1 insertions, 6 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 8df941b..6f28227 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -74,17 +74,12 @@ Executable keysafe
, exceptions == 0.8.*
, random-shuffle == 0.0.*
, MonadRandom == 0.4.*
- -- Temporarily inlined due to FTBFS bug
- -- https://github.com/ocharles/argon2/issues/2
- -- argon2 == 1.1.*
- Extra-Libraries: argon2
+ , argon2 == 1.2.*
Other-Modules:
AutoStart
BackupLog
Benchmark
ByteStrings
- Crypto.Argon2.FFI
- Crypto.Argon2
CmdLine
Cost
Encryption