Skip to content

Commit 6f0f25b

Browse files
committed
Bump Stack CI to GHC 9.12
1 parent ab9df2c commit 6f0f25b

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.github/workflows/stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest,macos-latest,windows-latest]
17-
ghc-ver: ['9.10', '9.8', '9.6']
17+
ghc-ver: ['9.12', '9.10', '9.8', '9.6']
1818
# Snapshots for 9.4.8, 9.2.8, 9.0.2, 8.10.7 do not have a recent enough base-compat; 0.13 is needed.
1919
# 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.
2020
# They used to work under ubuntu-20.04, but it is not worth the trouble maintaining them.
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838

3939
- uses: haskell-actions/setup@v2
4040
id: setup

hackage-cli.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ extra-source-files:
3939
fixtures/*.diff
4040
fixtures/*.cabal
4141
-- Supported GHC versions when building with stack:
42+
stack-9.12.yaml
4243
stack-9.10.yaml
4344
stack-9.8.yaml
4445
stack-9.6.yaml

stack-9.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2025-05-28
1+
resolver: lts-24.7
22
compiler: ghc-9.10.2
33
compiler-check: match-exact
44

stack-9.12.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
resolver: nightly-2025-08-30
2+
compiler: ghc-9.12.2
3+
compiler-check: match-exact
4+
5+
flags:
6+
HsOpenSSL:
7+
use-pkg-config: true

stack-9.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-23.24
1+
resolver: lts-23.28
22

33
flags:
44
HsOpenSSL:

0 commit comments

Comments
 (0)