From ad0d7a34050b6ea4431ae4cf1ab2b4ed425ef968 Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Thu, 19 Dec 2024 15:14:01 +0000 Subject: [PATCH] Bump base bounds (GHC-9.12) --- changelog.d/20241219_151415_teofilcamarasu_support_ghc_9_12.md | 3 +++ rel8.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog.d/20241219_151415_teofilcamarasu_support_ghc_9_12.md diff --git a/changelog.d/20241219_151415_teofilcamarasu_support_ghc_9_12.md b/changelog.d/20241219_151415_teofilcamarasu_support_ghc_9_12.md new file mode 100644 index 00000000..52add6be --- /dev/null +++ b/changelog.d/20241219_151415_teofilcamarasu_support_ghc_9_12.md @@ -0,0 +1,3 @@ +### Added + +- Support GHC-9.12 diff --git a/rel8.cabal b/rel8.cabal index a5aa26c9..9358ac30 100644 --- a/rel8.cabal +++ b/rel8.cabal @@ -22,7 +22,7 @@ library aeson , attoparsec , attoparsec-aeson - , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 + , base >= 4.16 && < 4.22 , base16 >= 1.0 , base-compat ^>= 0.11 || ^>= 0.12 || ^>= 0.13 || ^>= 0.14 , bifunctors