diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2021-08-06 22:38:29 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2021-08-06 22:38:29 +0200 |
commit | c1e61496f5c2826d897c96777906c8c9d083906c (patch) | |
tree | 924b7d93e23e978b8007de5a28ae00d36ceef655 | |
parent | 9470f77fbace237fd956f9768ff114a9cefd29b0 (diff) |
Update for GHC 8.10
-rw-r--r-- | erebos.cabal | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/erebos.cabal b/erebos.cabal index 1b6cd6b..4114601 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -55,28 +55,28 @@ executable erebos TypeFamilies -- other-extensions: - build-depends: aeson >=1.4 && <1.5, - base >=4.13 && <4.14, - bytestring >=0.10 && <0.11, + build-depends: aeson >=1.4 && <1.6, + base >=4.13 && <4.15, + bytestring >=0.10 && <0.12, cereal >= 0.5 && <0.6, containers >= 0.6 && <0.7, - cryptonite >=0.25 && <0.27, + cryptonite >=0.25 && <0.30, deepseq >= 1.4 && <1.5, directory >= 1.3 && <1.4, filepath >=1.4 && <1.5, hashable >=1.3 && <1.4, hashtables >=1.2 && <1.3, - haskeline >=0.7 && <0.8, + haskeline >=0.7 && <0.9, hinotify >=0.4 && <0.5, - memory >=0.14 && <0.16, + memory >=0.14 && <0.17, mime >= 0.4 && < 0.5, mtl >=2.2 && <2.3, - network >= 3.0 && <3.1, + network >= 3.0 && <3.2, stm >=2.5 && <2.6, tagged >= 0.8 && <0.9, text >= 1.2 && <1.3, - time >= 1.8 && <1.10, - transformers >= 0.5 && <0.6, + time >= 1.8 && <1.13, + transformers >= 0.5 && <0.7, unix >=2.7 && <2.8, uuid >=1.3 && <1.4, zlib >=0.6 && <0.7 |