diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 2d73bbd..f7cafd0 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1'] + ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1', '9.10.1'] os: ['ubuntu-latest', 'macos-latest'] runs-on: ${{ matrix.os }} diff --git a/dependent-sum-template.cabal b/dependent-sum-template.cabal index f7a227a..7683584 100644 --- a/dependent-sum-template.cabal +++ b/dependent-sum-template.cabal @@ -22,7 +22,8 @@ tested-with: GHC == 8.4.4, GHC == 9.2.5, GHC == 9.4.5, GHC == 9.6.1, - GHC == 9.8.2 + GHC == 9.8.2, + GHC == 9.10.1 extra-source-files: ChangeLog.md , ReadMe.md