summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-11-29 17:39:54 -0700
committerJoey Hess <joeyh@joeyh.name>2016-11-29 22:23:20 -0400
commit0fb1efd0008be7691712cc0cb75b3a946ed6a6fa (patch)
tree208f425c893237ce7313b5991631ddd2428953da /keysafe.cabal
parent356459635939cc74776396dd23d9438aef585f48 (diff)
downloadkeysafe-0fb1efd0008be7691712cc0cb75b3a946ed6a6fa.tar.gz
bump deps to GHC 8.0.1 / LTS Haskell 7.8
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal14
1 files changed, 7 insertions, 7 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index b92965a..a72ab81 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -39,27 +39,27 @@ Executable keysafe
, random == 1.1.*
, secret-sharing == 1.0.*
, raaz == 0.0.2
- , time == 1.5.*
+ , time == 1.6.*
, containers == 0.5.*
- , binary == 0.7.*
+ , binary == 0.8.*
, text == 1.2.*
, utf8-string == 1.0.*
, unix == 2.7.*
, filepath == 1.4.*
, split == 0.2.*
, directory == 1.2.*
- , process == 1.2.*
+ , process == 1.4.*
, optparse-applicative == 0.12.*
, readline == 1.0.*
, zxcvbn-c == 1.0.*
- , servant == 0.7.*
- , servant-server == 0.7.*
- , servant-client == 0.7.*
+ , servant == 0.8.*
+ , servant-server == 0.8.*
+ , servant-client == 0.8.*
, aeson == 0.11.*
, wai == 3.2.*
, warp == 3.2.*
, http-client == 0.4.*
- , transformers == 0.4.*
+ , transformers == 0.5.*
, stm == 2.4.*
, socks == 0.5.*
, network == 2.6.*