From edc1139b2ef19474a73c546d51dac8e93a27fca1 Mon Sep 17 00:00:00 2001 From: 1Computer1 <22125769+1Computer1@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:28:06 -0500 Subject: [PATCH] Update for GHC 9.8 --- errata.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/errata.cabal b/errata.cabal index 2783456..5ef757a 100644 --- a/errata.cabal +++ b/errata.cabal @@ -27,6 +27,7 @@ tested-with: , GHC == 9.2.8 , GHC == 9.4.5 , GHC == 9.6.2 + , GHC == 9.8.1 source-repository head type: git @@ -38,9 +39,9 @@ flag usewcwidth common common-options build-depends: - base >= 4.12 && < 4.19 + base >= 4.12 && < 4.20 , containers >= 0.6 && < 0.7 - , text >= 1.2.3 && < 2.1 + , text >= 1.2.3 && < 2.2 ghc-options: -Wall -Wcompat