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 20:18:15 +02:00
parent 67379f1d5e
commit 2f8dbdb183
7 changed files with 13 additions and 94 deletions
+2 -2
View File
@@ -130,7 +130,7 @@ jobs:
- uses: haskell-actions/setup@64445b6b5dd545faf5f8e2acee8253eb5c2b29aa # v2.7.11
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