summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-20 17:28:19 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-20 17:32:55 -0400
commit3633c44893bfbd50f25b84ac353012975388332c (patch)
treedf4ee463ce728fc58214b1e20ce23f48a4e71e60 /keysafe.cabal
parente6097d694ca24b9546f9b7b25fc73768af9f017b (diff)
downloadkeysafe-3633c44893bfbd50f25b84ac353012975388332c.tar.gz
initial http api using servant
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