summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-08-10 14:52:04 -0400
committerJoey Hess <joeyh@joeyh.name>2017-08-10 15:46:47 -0400
commita40c18436fb5a58c1636a0980f704ac8e0e2867c (patch)
tree91379ffaa2135f87f415048c9e9e556cb4eff1e0 /keysafe.cabal
parent284c623137035d288abc9ab280969f95285f296f (diff)
downloadkeysafe-a40c18436fb5a58c1636a0980f704ac8e0e2867c.tar.gz
updated to http-client 0.5.3, servant 0.11 and stackage lts-9.0
servant broke backwards compatibility; did not try to maintain back-compat (would be possible). New http-client exported some stuff I need; simplified code; did not try to maintain back-compat, although it would not be hard. Test suite passes. This commit was sponsored by Øyvind Andersen Holm.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal16
1 files changed, 8 insertions, 8 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 99330e4..dd574bc 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -51,18 +51,18 @@ Executable keysafe
, unix == 2.7.*
, filepath == 1.4.*
, split == 0.2.*
- , directory == 1.2.*
+ , directory (>= 1.2 && < 1.4)
, process (>= 1.2 && < 1.5)
- , optparse-applicative == 0.12.*
+ , optparse-applicative (>= 0.12 && < 0.14)
, 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.*
+ , servant (>= 0.7 && < 0.12)
+ , servant-server (>= 0.7 && < 0.12)
+ , servant-client (>= 0.7 && < 0.12)
+ , aeson (>= 0.11 && < 1.2)
, wai == 3.2.*
, warp == 3.2.*
- , http-client == 0.4.*
+ , http-client (>= 0.5.3 && < 0.6)
, transformers (>= 0.4 && < 0.6)
, stm == 2.4.*
, socks == 0.5.*
@@ -78,7 +78,7 @@ Executable keysafe
, unix-compat == 0.4.*
, exceptions == 0.8.*
, random-shuffle == 0.0.*
- , MonadRandom == 0.4.*
+ , MonadRandom (>= 0.4 && < 0.6)
Other-Modules:
AutoStart
BackupLog