summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-17 08:37:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-17 08:37:05 -0700
commit0fc5c49d067747c97f6e774001df67b27a304983 (patch)
tree6e59b61894adf77a2fbaf8a257690a672dec6a90 /keysafe.cabal
parentf9f821b71530dbcab61b96b589e6e87e8952e198 (diff)
parentde59756b62fdb8045217e3474f2528bcb48508ed (diff)
downloadkeysafe-0fc5c49d067747c97f6e774001df67b27a304983.tar.gz
Merge tag '0.20200214'
tagging package keysafe version 0.20200214 # gpg: Signature made Fri 14 Feb 2020 10:39:08 AM MST # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal36
1 files changed, 18 insertions, 18 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 10803fc..b938772 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -1,5 +1,5 @@
Name: keysafe
-Version: 0.20180326
+Version: 0.20200214
Cabal-Version: >= 1.8
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
@@ -35,10 +35,10 @@ Executable keysafe
-- These are core cryptographic dependencies. It's possible that
-- changes to these could break backup/restore, so when loosening
-- the version ranges, it's important to run keysafe --test
- secret-sharing == 1.0.*
+ secret-sharing == 1.0.1.0
, argon2 == 1.3.*
- , raaz == 0.1.1
- , base (>= 4.5 && < 5.0)
+ , raaz == 0.2.1
+ , base (>= 4.12 && < 5.0)
, bytestring == 0.10.*
, text == 1.2.*
, text-short == 0.1.*
@@ -46,28 +46,28 @@ Executable keysafe
-- keysafe backs up and restores.
, deepseq == 1.4.*
, random == 1.1.*
- , time (>= 1.5 && < 1.7)
- , containers == 0.5.*
+ , time (>= 1.5 && < 1.10)
+ , containers == 0.6.*
, utf8-string == 1.0.*
, unix == 2.7.*
, filepath == 1.4.*
, split == 0.2.*
, directory (>= 1.2 && < 1.4)
- , process (>= 1.2 && < 1.5)
- , optparse-applicative (>= 0.12 && < 0.14)
+ , process (>= 1.2 && < 1.7)
+ , optparse-applicative (>= 0.12 && < 0.16)
, 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)
+ , servant (>= 0.7 && < 0.18)
+ , servant-server (>= 0.7 && < 0.18)
+ , servant-client (>= 0.7 && < 0.18)
+ , aeson (>= 0.11 && < 1.5)
, wai == 3.2.*
, warp == 3.2.*
- , http-client (>= 0.5.3 && < 0.6)
+ , http-client (>= 0.5.3 && < 0.7)
, transformers (>= 0.4 && < 0.6)
- , stm == 2.4.*
+ , stm == 2.5.*
, socks == 0.5.*
- , network == 2.6.*
+ , network == 2.8.*
, token-bucket == 0.1.*
, bloomfilter == 2.0.*
, disk-free-space == 0.1.*
@@ -75,9 +75,9 @@ Executable keysafe
, unbounded-delays == 0.1.*
, fast-logger == 2.4.*
, SafeSemaphore == 0.10.*
- , async == 2.1.*
- , unix-compat == 0.4.*
- , exceptions == 0.8.*
+ , async == 2.2.*
+ , unix-compat (>= 0.4 && < 0.6)
+ , exceptions == 0.10.*
, random-shuffle == 0.0.*
, MonadRandom (>= 0.4 && < 0.6)
Other-Modules: