From 5924df1cb3200a53888fcf1212bf35a890db641f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 4 May 2019 16:45:40 +0200 Subject: Storage: switch to Blake2b hash from cryptonite --- erebos.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index 0d0a7f6..fad6b90 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -34,12 +34,13 @@ executable erebos cereal >= 0.5 && <0.6, containers >= 0.6 && <0.7, crypto-api >= 0.13 && <0.14, + cryptonite >=0.25 && <0.26, directory >= 1.3 && <1.4, filepath >=1.4 && <1.5, + memory >=0.14 && <0.15, mime >= 0.4 && < 0.5, mtl >=2.2 && <2.3, network >= 3.0 && <3.1, - skein >= 1.0 && <1.1, tagged >= 0.8 && <0.9, text >= 1.2 && <1.3, time >= 1.8 && <1.9, -- cgit v1.2.3