Skip to content

Commit 6b406c8

Browse files
bump to ghc-9.8.1
1 parent e0f532a commit 6b406c8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ghc-9.10.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
steps:
1717
- uses: haskell-actions/setup@v2
1818
with:
19-
ghc-version: '9.6.4'
19+
ghc-version: '9.8.1'
2020
enable-stack: true
21-
stack-version: 'latest'
22-
- name: Upgrade stack from git
23-
run: |-
24-
stack upgrade --git
25-
echo "$HOME/.local/bin" >> $GITHUB_PATH
26-
which stack
27-
stack --version
28-
shell: bash
21+
stack-version: '2.15.7'
22+
# - name: Upgrade stack from git
23+
# run: |-
24+
# stack upgrade --git
25+
# echo "$HOME/.local/bin" >> $GITHUB_PATH
26+
# which stack
27+
# stack --version
28+
# shell: bash
2929
- name: Install build tools
3030
run: brew install automake
3131
if: matrix.os == 'macos'
@@ -41,5 +41,5 @@ jobs:
4141
hlint-from-scratch/hlint-from-scratch.sh --init="$HOME/project"
4242
shell: bash
4343
- name: Build and Test ('ghc-9.10.1')
44-
run: hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="ghc-9.10.1" --stack-yaml=stack-exact.yaml --resolver=ghc-9.6.4 --no-checkout
44+
run: hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="ghc-9.10.1" --stack-yaml=stack-exact.yaml --resolver=ghc-9.8.1 --no-checkout
4545
shell: bash

0 commit comments

Comments
 (0)