summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-05-05 12:01:45 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-05-05 12:01:45 +0200
commit1bea0888b3ecfbacfe201786ca05d28e9099e7c9 (patch)
treee6fffe74a08b22ed0c1d4a8d8c9129bfde0b050a
parent32fe4f3eb5938df37848b3882fb8f65c0919995d (diff)
Bump base dependency for GHC 9.8
-rw-r--r--erebos.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal
index 7bbb9aa..2c2726a 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -54,7 +54,7 @@ common common
-Wno-error=unused-imports
build-depends:
- base >=4.13 && <4.19,
+ base >=4.13 && <4.20,
default-extensions:
DefaultSignatures