summaryrefslogtreecommitdiff
path: root/erebos.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2019-05-04 16:45:40 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2019-05-05 10:29:18 +0200
commit5924df1cb3200a53888fcf1212bf35a890db641f (patch)
tree859324d282403745cb9a1fbedad4e10f55a9e4aa /erebos.cabal
parent9337af165a47a582f0bc3e4f63ff22b79a4308ce (diff)
Storage: switch to Blake2b hash from cryptonite
Diffstat (limited to 'erebos.cabal')
-rw-r--r--erebos.cabal3
1 files changed, 2 insertions, 1 deletions
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,