From f31b48a708afa55f3d7806d0b944d64380083e3f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Oct 2016 22:13:32 -0400 Subject: Remove embedded copy of argon2 binding, depend on fixed version of package. Test suite passes. This commit was sponsored by Ignacio on Patreon --- keysafe.cabal | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'keysafe.cabal') 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 -- cgit v1.2.3