diff --git a/.github/workflows/ghc-compat-test.yml b/.github/workflows/ghc-compat-test.yml index 7f3c331..392897c 100644 --- a/.github/workflows/ghc-compat-test.yml +++ b/.github/workflows/ghc-compat-test.yml @@ -21,6 +21,7 @@ jobs: uses: haskell-actions/setup@v2 with: ghc-version: ${{ inputs.ghc_version }} + cabal-version: '3.10' ghcup-release-channel: https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml - name: Configure the build