ci: avoid useless download of GHC during stack builds

Forgot to adjust when updating stackage.
This commit is contained in:
Wolfgang Walther
2026-04-27 19:52:57 +00:00
parent 9b9521b75a
commit 3ec9b94c79
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ jobs:
- uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2.11.0
with:
# This must match the version in stack.yaml's resolver
ghc-version: 9.8.4
ghc-version: 9.10.3
enable-stack: true
stack-no-global: true
stack-setup-ghc: true