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