Skip to content

Commit 8248425

Browse files
committed
Bump stack.yml workflow to GHC 9.4.6, haskell-actions/setup
1 parent 611a9fc commit 8248425

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc-ver: [9.6.2, 9.4.5, 9.2.8, 9.0.2, 8.10.7]
17+
ghc-ver: [9.6.2, 9.4.6, 9.2.8, 9.0.2, 8.10.7]
1818
# On ubuntu-22.04 the old versions 8.8.4, 8.6.5, 8.4.4, 8.2.2 fail due to HsOpenSSL linking errors.
1919
# They used to work under ubuntu-20.04, but it is not worth the trouble maintaining them.
2020
# Apparently, HsOpenSSL-0.11.6 and older are too old for ubuntu-22.04.
@@ -31,9 +31,9 @@ jobs:
3131
run:
3232
shell: bash
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535

36-
- uses: haskell/actions/setup@v2
36+
- uses: haskell-actions/setup@v2
3737
id: haskell-setup
3838
with:
3939
ghc-version: ${{ matrix.ghc-ver }}

stack-9.4.6.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: lts-21.11
2+
compiler: ghc-9.4.6
3+
compiler-check: match-exact

0 commit comments

Comments
 (0)