diff --git a/cabal-fix.cabal b/cabal-fix.cabal index c33ed33..224938f 100644 --- a/cabal-fix.cabal +++ b/cabal-fix.cabal @@ -12,7 +12,12 @@ synopsis: Fix for cabal files. description: An executable and library to help fix cabal files and explore cabal. build-type: Simple -tested-with: GHC == 9.4.8 +tested-with: + GHC == 8.10.7 + GHC == 9.2.8 + GHC == 9.4.8 + GHC == 9.6.4 + GHC == 9.8.1 extra-doc-files: ChangeLog.md other/textdeps.svg @@ -101,7 +106,7 @@ library build-depends: , Cabal-syntax >=3.10 && <3.11 , algebraic-graphs >=0.7 && <0.8 - , base >=4.14 && <5 + , base >=4.17 && <5 , bytestring >=0.11 && <0.13 , containers >=0.6 && <0.8 , directory >=1.3 && <1.4 @@ -128,7 +133,7 @@ executable cabal-fix main-is: cabal-fix.hs hs-source-dirs: app build-depends: - , base >=4.14 && <5 + , base >=4.17 && <5 , bytestring >=0.11 && <0.13 , cabal-fix , directory >=1.3 && <1.4