summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-20 17:59:14 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-20 17:59:14 -0400
commit7ed6961a0e0ef713c136a9d36f86bc7e31414dc5 (patch)
tree591fd6c5f60276c946962f8af27ec3def5d9b303 /keysafe.cabal
parent3633c44893bfbd50f25b84ac353012975388332c (diff)
downloadkeysafe-7ed6961a0e0ef713c136a9d36f86bc7e31414dc5.tar.gz
http client, and --server
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 0e7ff5e..1289629 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -50,6 +50,7 @@ Executable keysafe
, aeson == 0.11.*
, wai == 3.2.*
, warp == 3.2.*
+ , http-client == 0.4.*
-- Inlined to change the finite field size to 256
-- for efficient serialization.
@@ -73,6 +74,7 @@ Executable keysafe
ExpensiveHash
Gpg
HTTP
+ HTTP.Client
HTTP.Server
SecretKey
Serialization