diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index d1877f4..5823caa 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -28,6 +28,11 @@ jobs: strategy: matrix: include: + - compiler: ghc-9.10.3 + compilerKind: ghc + compilerVersion: 9.10.3 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.8.1 compilerKind: ghc compilerVersion: 9.8.1 diff --git a/Setup.hs b/Setup.hs index 37e1813..747e5e3 100644 --- a/Setup.hs +++ b/Setup.hs @@ -11,7 +11,6 @@ import Distribution.Simple.Setup (CopyDest(..),ConfigFlags(..),BuildFlags(..), defaultCopyFlags) import Distribution.Simple (UserHooks(..), simpleUserHooks, defaultMainWithHooks) import Distribution.Simple.LocalBuildInfo - (LocalBuildInfo(..),absoluteInstallDirs) import Distribution.PackageDescription (PackageDescription(..)) import Distribution.Simple.InstallDirs (InstallDirs(..)) diff --git a/lhs2tex.cabal b/lhs2tex.cabal index be7359c..613a447 100644 --- a/lhs2tex.cabal +++ b/lhs2tex.cabal @@ -24,7 +24,7 @@ description: be invoked in another mode to just extract the Haskell code. category: Development, Language build-type: Custom -tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.7, GHC == 9.2.7, GHC == 9.4.5, GHC == 9.6.3, GHC == 9.8.1 +tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.7, GHC == 9.2.7, GHC == 9.4.5, GHC == 9.6.3, GHC == 9.8.1, GHC == 9.10.3 extra-source-files: AUTHORS INSTALL TODO @@ -61,7 +61,7 @@ extra-doc-files: CHANGELOG.md custom-setup setup-depends: base >= 4.2 && < 5, - Cabal >= 2.2 && < 3.11, + Cabal >= 2.2 && < 3.13, directory >= 1.3 && < 1.4, process >= 1.6 && < 1.7, regex-compat >= 0.95.2 && < 0.96