diff options
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 3 |
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, |