summaryrefslogtreecommitdiff
path: root/erebos.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-08-08 20:24:02 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-08-08 20:27:23 +0200
commitb455b9a68323d0faf3960a10d7846da520c9765c (patch)
treea585c7add2df33b10e7ba0d417b16a7c29644742 /erebos.cabal
parentc99295bf08f074d65aa03fb16f0173c67de96556 (diff)
Bump dependencies for GHC 9.10
Changelog: Support GHC 9.10
Diffstat (limited to 'erebos.cabal')
-rw-r--r--erebos.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/erebos.cabal b/erebos.cabal
index 3061da8..347d785 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -54,7 +54,7 @@ common common
-Wno-error=unused-imports
build-depends:
- base >=4.13 && <4.20,
+ base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20 },
default-extensions:
DefaultSignatures
@@ -116,7 +116,6 @@ library
Erebos.Storage.Internal
other-modules:
Erebos.Flow
- Erebos.Storage.List
Erebos.Storage.Platform
Erebos.Util
@@ -195,7 +194,7 @@ executable erebos
mtl,
network,
process >=1.6 && <1.7,
- template-haskell >=2.17 && <2.22,
+ template-haskell ^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22 },
text,
time,
transformers >= 0.5 && <0.7,