diff options
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/erebos.cabal b/erebos.cabal index 52780f3..93051b5 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -107,29 +107,29 @@ library build-depends: async >=2.2 && <2.3, binary >=0.8 && <0.11, - bytestring >=0.10 && <0.12, + bytestring >=0.10 && <0.13, cereal >= 0.5 && <0.6, clock >=0.8 && < 0.9, - containers >= 0.6 && <0.7, + containers >= 0.6 && <0.8, cryptonite >=0.25 && <0.31, - deepseq >= 1.4 && <1.5, + deepseq >= 1.4 && <1.6, directory >= 1.3 && <1.4, - filepath >=1.4 && <1.5, + filepath >=1.4 && <1.6, hashable >=1.3 && <1.5, hashtables >=1.2 && <1.4, hinotify >=0.4 && <0.5, iproute >=1.7 && <1.8, - memory >=0.14 && <0.18, + memory >=0.14 && <0.19, mime >= 0.4 && < 0.5, - mtl >=2.2 && <2.3, + mtl >=2.2 && <2.4, network >= 3.1 && <3.2, stm >=2.5 && <2.6, tagged >= 0.8 && <0.9, - text >= 1.2 && <2.1, + text >= 1.2 && <2.2, time >= 1.8 && <1.14, - unix >=2.7 && <2.8, + unix >=2.7 && <2.9, uuid >=1.3 && <1.4, - zlib >=0.6 && <0.7 + zlib >=0.6 && <0.8 executable erebos import: common |