summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-16 01:10:33 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-16 01:14:29 -0400
commitd7696832e183cc3e98d094b35ee4392d0c8d3df5 (patch)
tree1d01e6796d359b04f2b09aa509270884a836f737 /keysafe.cabal
parent6c4d1501b1067e47cbf8579eb206a30d9c3a7a1c (diff)
downloadkeysafe-d7696832e183cc3e98d094b35ee4392d0c8d3df5.tar.gz
use zxcvbn-c for fairly good password entropy estimation
This should be good enough to let the keysafe UI comment on how good a password the user chooses.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 28fa921..fc80725 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -18,7 +18,7 @@ Executable keysafe
Main-Is: keysafe.hs
GHC-Options: -Wall -fno-warn-tabs -O2
Build-Depends:
- base (>= 4.5)
+ base (>= 4.5 && < 5.0)
, bytestring == 0.10.*
, deepseq == 1.4.*
, random == 1.1.*
@@ -35,6 +35,7 @@ Executable keysafe
, process == 1.2.*
, optparse-applicative == 0.12.*
, readline == 1.0.*
+ , zxcvbn-c == 1.0.*
-- secret-sharing == 1.0.*
, dice-entropy-conduit >= 1.0.0.0