diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-10 11:41:05 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-10 22:26:39 +0100 |
commit | 3b0d5c34144c9619006ea7d872e73d21081acdc3 (patch) | |
tree | 8162548f32d6bf18c1cd2ce297bb1916d5497a61 /erebos.cabal | |
parent | df4b7726977d5c7a51901c63498db5a4c178ad70 (diff) |
Update versions of dependencies
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 |