From 07c5e9697d10cfbaf4ad0e3b14f2df7a740beb8f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 30 Nov 2016 01:27:38 -0400 Subject: move a few more core things to first dep list --- keysafe.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keysafe.cabal') 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.* -- cgit v1.2.3