diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-26 22:15:24 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-26 22:15:24 +0200 |
commit | aed5e1e63b353835b6ea96ec0ff6c86f63bc5a35 (patch) | |
tree | b3a2635077e6034dcf235203c73f971e63870a24 /erebos.cabal | |
parent | d1a81e08acb2fc34a2a1f72fde979fbe66dea24e (diff) |
Haskeline interface for sending messages
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 |