summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2018-03-26 07:39:13 -0400
committerJoey Hess <joeyh@joeyh.name>2018-03-26 08:09:41 -0400
commit8af994320d3cd343e038bd9721c5ecc80e4b9246 (patch)
treeb515bfaaefea900dbed45f48759168d2da424a31 /keysafe.cabal
parent473e0484d6408e014243071fbe0698c03dd6ebe8 (diff)
downloadkeysafe-8af994320d3cd343e038bd9721c5ecc80e4b9246.tar.gz
Updated to argon2-1.3.
New parameters are set to the old values and test suite passes so this looks good. This commit was sponsored by Nick Daly on Patreon.
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.*