summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 188d02a..575a131 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -36,11 +36,12 @@ Executable keysafe
-- changes to these could break backup/restore, so when loosening
-- the version ranges, it's important to run keysafe --test
secret-sharing == 1.0.*
- , argon2 == 1.2.*
+ , argon2 == 1.3.*
, raaz == 0.1.1
, base (>= 4.5 && < 5.0)
, bytestring == 0.10.*
, text == 1.2.*
+ , text-short == 0.1.*
-- Changes to these dependencies should not impact the data that
-- keysafe backs up and restores.
, deepseq == 1.4.*