summaryrefslogtreecommitdiff
path: root/erebos.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2020-08-28 23:13:35 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2020-08-28 23:13:35 +0200
commit1eeb5cba2d3bbe07a19af65cb68375a9112ca8b8 (patch)
tree039b46d4f3cdd02c8b86b0854f3af3a9f721d4d8 /erebos.cabal
parent581f10d9f1a2b0375358afd5eabc20c06956e261 (diff)
Updates for GHC 8.8
Diffstat (limited to 'erebos.cabal')
-rw-r--r--erebos.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/erebos.cabal b/erebos.cabal
index 4e2726a..de8f7ef 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -54,11 +54,11 @@ executable erebos
-- other-extensions:
build-depends: aeson >=1.4 && <1.5,
- base >=4.12 && <4.13,
+ base >=4.13 && <4.14,
bytestring >=0.10 && <0.11,
cereal >= 0.5 && <0.6,
containers >= 0.6 && <0.7,
- cryptonite >=0.25 && <0.26,
+ cryptonite >=0.25 && <0.27,
deepseq >= 1.4 && <1.5,
directory >= 1.3 && <1.4,
filepath >=1.4 && <1.5,
@@ -66,13 +66,13 @@ executable erebos
hashtables >=1.2 && <1.3,
haskeline >=0.7 && <0.8,
hinotify >=0.4 && <0.5,
- memory >=0.14 && <0.15,
+ memory >=0.14 && <0.16,
mime >= 0.4 && < 0.5,
mtl >=2.2 && <2.3,
network >= 3.0 && <3.1,
tagged >= 0.8 && <0.9,
text >= 1.2 && <1.3,
- time >= 1.8 && <1.9,
+ time >= 1.8 && <1.10,
transformers >= 0.5 && <0.6,
unix >=2.7 && <2.8,
uuid >=1.3 && <1.4,