We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7671d63 commit dcfc667Copy full SHA for dcfc667
.github/workflows/build.yaml
@@ -121,7 +121,8 @@ jobs:
121
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
122
- uses: haskell-actions/setup@33585e1a16afa5875e124b0ebc89dd0c2f872c21 # v2.7.3
123
with:
124
- ghc-version: 9.4.5
+ # This must match the version in stack.yaml's resolver
125
+ ghc-version: 9.6.5
126
enable-stack: true
127
stack-no-global: true
128
stack-setup-ghc: true
0 commit comments