chore: stackage 22.41 -> 22.44

Updates stackage to 22.44, which is also supported on FreeBSD, where GHC
9.6.7 is available again.
This commit is contained in:
Wolfgang Walther
2025-07-08 17:55:24 +00:00
parent a183dea9e4
commit a91a222613
7 changed files with 13 additions and 94 deletions
+2 -2
View File
@@ -130,7 +130,7 @@ jobs:
- uses: haskell-actions/setup@96f3dafd067155f32643c2a0757ab71d2910e2c2 # v2.8.0
with:
# This must match the version in stack.yaml's resolver
ghc-version: 9.6.6
ghc-version: 9.6.7
enable-stack: true
stack-no-global: true
stack-setup-ghc: true
@@ -180,7 +180,7 @@ jobs:
cabal:
strategy:
matrix:
ghc: ['9.6.6', '9.8.2']
ghc: ['9.6.7', '9.8.2']
fail-fast: false
name: Cabal - Linux x86-64 - GHC ${{ matrix.ghc }}
runs-on: ubuntu-24.04