summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-08-16 11:41:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-08-16 11:41:25 -0700
commit379f036b39e0f7dac360ba04b281f6ea4ce8f20e (patch)
tree01a86517d6234562088561c3c4b51365ed722807 /keysafe.cabal
parent680449e656820db2b899a8631060cf62359b9b74 (diff)
parent0229f026b1ae0344c4c052593564800035268d81 (diff)
downloadkeysafe-379f036b39e0f7dac360ba04b281f6ea4ce8f20e.tar.gz
Merge tag '0.20170811'
tagging package keysafe version 0.20170811 # gpg: Signature made Fri 11 Aug 2017 03:58:54 PM 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.cabal19
1 files changed, 9 insertions, 10 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 42e95fd..188d02a 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -1,5 +1,5 @@
Name: keysafe
-Version: 0.20170303
+Version: 0.20170811
Cabal-Version: >= 1.8
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
@@ -19,7 +19,6 @@ Description:
License-File: AGPL
Extra-Source-Files:
CHANGELOG
- TODO
INSTALL
keysafe.1
keysafe.service
@@ -52,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.*
@@ -79,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