summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal8
1 files changed, 8 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 6b82779..0e7ff5e 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -44,6 +44,12 @@ Executable keysafe
, optparse-applicative == 0.12.*
, readline == 1.0.*
, zxcvbn-c == 1.0.*
+ , servant (>= 0.7 && < 0.9)
+ , servant-server (>= 0.7 && < 0.9)
+ , servant-client (>= 0.7 && < 0.9)
+ , aeson == 0.11.*
+ , wai == 3.2.*
+ , warp == 3.2.*
-- Inlined to change the finite field size to 256
-- for efficient serialization.
@@ -66,6 +72,8 @@ Executable keysafe
Entropy
ExpensiveHash
Gpg
+ HTTP
+ HTTP.Server
SecretKey
Serialization
Share