From ddb4e6839fa2d7b589159c661815f89c8bb08c5f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 12 Aug 2016 06:13:28 -0400 Subject: temporarily inline argon2 haskell bindings Works around bug that prevents the argon2 haskell library from building from source. Revert once that's fixed. I included the text of the LICENSE from argon2 into the two source files. --- keysafe.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'keysafe.cabal') diff --git a/keysafe.cabal b/keysafe.cabal index a91b3b9..724ad70 100644 --- a/keysafe.cabal +++ b/keysafe.cabal @@ -23,7 +23,6 @@ Executable keysafe , deepseq == 1.4.* , random == 1.1.* , raaz == 0.0.2 - , argon2 == 1.1.* , QuickCheck == 2.8.* , time == 1.5.* , containers == 0.5.* @@ -41,6 +40,11 @@ Executable keysafe , vector >=0.10.11.0 , finite-field >=0.8.0 , polynomial >= 0.7.1 + -- argon2 == 1.1.* + Extra-Libraries: argon2 + Other-Modules: + Crypto.Argon2.FFI + Crypto.Argon2 source-repository head type: git -- cgit v1.2.3