diff options
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index 8a5e15f..0eedaa4 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -44,6 +44,7 @@ executable erebos cryptonite >=0.25 && <0.26, directory >= 1.3 && <1.4, filepath >=1.4 && <1.5, + haskeline >=0.7 && <0.8, memory >=0.14 && <0.15, mime >= 0.4 && < 0.5, mtl >=2.2 && <2.3, @@ -51,6 +52,7 @@ executable erebos tagged >= 0.8 && <0.9, text >= 1.2 && <1.3, time >= 1.8 && <1.9, + transformers >= 0.5 && <0.6, unix >=2.7 && <2.8, zlib >=0.6 && <0.7 hs-source-dirs: src |