From 3633c44893bfbd50f25b84ac353012975388332c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 Aug 2016 17:28:19 -0400 Subject: initial http api using servant --- keysafe.cabal | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'keysafe.cabal') 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 -- cgit v1.2.3