summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-02-20 20:49:04 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2024-02-20 20:49:04 +0100
commita26dec4d8aa78a0d4139d9cdcac447a1fc61ea9d (patch)
tree37a13ef15c0e9450e9dce2590e3f7fc1fef83aa1
parentd252912df57ba117982133f41b0ab02452565216 (diff)
Update base dependency upper bound for GHC 9.6
-rw-r--r--erebos.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal
index d895b7f..6c83fb1 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -41,7 +41,7 @@ common common
ghc-options: -Wall
build-depends:
- base >=4.13 && <4.17,
+ base >=4.13 && <4.19,
default-extensions:
DefaultSignatures