From a7c9a7fe707036890d4ab246991663f42b84a5c5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 May 2018 11:01:48 -0400 Subject: updates --- keysafe.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keysafe.cabal b/keysafe.cabal index 10803fc..9c500e7 100644 --- a/keysafe.cabal +++ b/keysafe.cabal @@ -46,21 +46,21 @@ Executable keysafe -- keysafe backs up and restores. , deepseq == 1.4.* , random == 1.1.* - , time (>= 1.5 && < 1.7) + , time (>= 1.5 && < 1.9) , containers == 0.5.* , utf8-string == 1.0.* , unix == 2.7.* , filepath == 1.4.* , split == 0.2.* , directory (>= 1.2 && < 1.4) - , process (>= 1.2 && < 1.5) + , process (>= 1.2 && < 1.7) , optparse-applicative (>= 0.12 && < 0.14) , readline == 1.0.* , zxcvbn-c == 1.0.* , servant (>= 0.7 && < 0.12) , servant-server (>= 0.7 && < 0.12) , servant-client (>= 0.7 && < 0.12) - , aeson (>= 0.11 && < 1.2) + , aeson (>= 0.11 && < 1.3) , wai == 3.2.* , warp == 3.2.* , http-client (>= 0.5.3 && < 0.6) @@ -76,7 +76,7 @@ Executable keysafe , fast-logger == 2.4.* , SafeSemaphore == 0.10.* , async == 2.1.* - , unix-compat == 0.4.* + , unix-compat (>= 0.4 && < 0.6) , exceptions == 0.8.* , random-shuffle == 0.0.* , MonadRandom (>= 0.4 && < 0.6) -- cgit v1.2.3