summaryrefslogtreecommitdiff
path: root/erebos.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2022-03-22 22:45:59 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2022-03-22 22:45:59 +0100
commit8d33ba4d499391c2aba98cefef61afb5290c7d15 (patch)
treee14570281d41e5dc7c57e804d0578b3c2de47437 /erebos.cabal
parent042257ea5982466744a49025bdd6fea8322d98dc (diff)
Update dependencies (GHC 9)
Diffstat (limited to 'erebos.cabal')
-rw-r--r--erebos.cabal18
1 files changed, 9 insertions, 9 deletions
diff --git a/erebos.cabal b/erebos.cabal
index d6fcdc5..43aa81c 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -58,30 +58,30 @@ executable erebos
TypeFamilyDependencies
-- other-extensions:
- build-depends: aeson >=1.4 && <1.6,
- base >=4.13 && <4.15,
- binary >=0.8 && <0.9,
+ build-depends: aeson >=1.4 && <2.1,
+ base >=4.13 && <4.17,
+ binary >=0.8 && <0.11,
bytestring >=0.10 && <0.12,
cereal >= 0.5 && <0.6,
clock >=0.8 && < 0.9,
containers >= 0.6 && <0.7,
- cryptonite >=0.25 && <0.30,
+ cryptonite >=0.25 && <0.31,
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,
+ hashable >=1.3 && <1.5,
+ hashtables >=1.2 && <1.4,
haskeline >=0.7 && <0.9,
hinotify >=0.4 && <0.5,
iproute >=1.7 && <1.8,
- memory >=0.14 && <0.17,
+ memory >=0.14 && <0.18,
mime >= 0.4 && < 0.5,
mtl >=2.2 && <2.3,
network >= 3.1 && <3.2,
stm >=2.5 && <2.6,
tagged >= 0.8 && <0.9,
- text >= 1.2 && <1.3,
- time >= 1.8 && <1.13,
+ text >= 1.2 && <2.1,
+ time >= 1.8 && <1.14,
transformers >= 0.5 && <0.7,
unix >=2.7 && <2.8,
uuid >=1.3 && <1.4,