diff --git a/.github/workflows/integration-test-suite.yaml b/.github/workflows/integration-test-suite.yaml index 309e61d9..4bda131d 100644 --- a/.github/workflows/integration-test-suite.yaml +++ b/.github/workflows/integration-test-suite.yaml @@ -55,7 +55,7 @@ jobs: - name: 'Setup Haskell' uses: haskell-actions/setup@v2 with: - ghc-version: 9.10 + ghc-version: 9.10.1 cabal-version: 3.12 - name: 'Cabal - Configure' diff --git a/config/cabal.project.integration b/config/cabal.project.integration index 02762bc1..a56b7c3e 100644 --- a/config/cabal.project.integration +++ b/config/cabal.project.integration @@ -9,7 +9,7 @@ packages: pkg/PhyloLib pkg/*/*.cabal -with-compiler: ghc-9.2.4 +with-compiler: ghc-9.10.1 ---------------------------------------------------------------------------------