From 8af994320d3cd343e038bd9721c5ecc80e4b9246 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Mar 2018 07:39:13 -0400 Subject: 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. --- keysafe.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keysafe.cabal') 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.* -- cgit v1.2.3