From a40c18436fb5a58c1636a0980f704ac8e0e2867c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Aug 2017 14:52:04 -0400 Subject: updated to http-client 0.5.3, servant 0.11 and stackage lts-9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- keysafe.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'keysafe.cabal') 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 -- cgit v1.2.3