summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-11-30 01:27:38 -0400
committerJoey Hess <joeyh@joeyh.name>2016-11-30 01:27:38 -0400
commit07c5e9697d10cfbaf4ad0e3b14f2df7a740beb8f (patch)
treeffb12e566de61d2a3d0dcbc44531b9d9230dc14a /keysafe.cabal
parenta7f3f557071fdcfe9a17e423d566a5fb6f9d311a (diff)
downloadkeysafe-07c5e9697d10cfbaf4ad0e3b14f2df7a740beb8f.tar.gz
move a few more core things to first dep list
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index d38ecea..79f6b1f 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -39,16 +39,16 @@ Executable keysafe
secret-sharing == 1.0.*
, argon2 == 1.2.*
, raaz == 0.0.2
- -- Changes to these dependencies should not impact the data that
- -- keysafe backs up and restores.
, base (>= 4.5 && < 5.0)
, bytestring == 0.10.*
+ , text == 1.2.*
+ -- Changes to these dependencies should not impact the data that
+ -- keysafe backs up and restores.
, deepseq == 1.4.*
, random == 1.1.*
, time (>= 1.5 && < 1.7)
, containers == 0.5.*
, binary (>= 0.7 && < 0.9)
- , text == 1.2.*
, utf8-string == 1.0.*
, unix == 2.7.*
, filepath == 1.4.*