summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-12 06:13:28 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-12 06:13:28 -0400
commitddb4e6839fa2d7b589159c661815f89c8bb08c5f (patch)
treefbd6e3414ad4d1765b6adbc6fe0cc1124b43e088 /keysafe.cabal
parentb72157f4b2ca0cf0d95526c932c9eaadbd303794 (diff)
downloadkeysafe-ddb4e6839fa2d7b589159c661815f89c8bb08c5f.tar.gz
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.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal6
1 files changed, 5 insertions, 1 deletions
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