Skip to content

Commit eea1794

Browse files
committed
Bump Stack CI to GHC 9.12
1 parent 475e920 commit eea1794

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

.github/workflows/stack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4']
17+
ghc: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4']
1818
include:
1919
- os: macos-latest
20-
ghc: '9.10'
20+
ghc: '9.12'
2121
- os: windows-latest
22-
ghc: '9.10'
22+
ghc: '9.12'
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
- uses: haskell-actions/setup@v2
2828
id: setup

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dist-newstyle
88
.ghc.environment.*
99
cabal.project.local
1010
stack*.yaml.lock
11+
*~

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-05
1+
resolver: lts-24.9
22
packages:
33
- example-client
44
- hackage-repo-tool

stack-9.12.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
resolver: nightly-2025-09-06
2+
packages:
3+
- example-client
4+
- hackage-repo-tool
5+
- hackage-root-tool
6+
- hackage-security
7+
- hackage-security-HTTP
8+
- hackage-security-curl
9+
- hackage-security-http-client
10+
- precompute-fileinfo
11+
12+
flags:
13+
example-client:
14+
cabal-syntax: true
15+
hackage-repo-tool:
16+
cabal-syntax: true
17+
hackage-security:
18+
cabal-syntax: 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.21
1+
resolver: lts-23.28
22
packages:
33
- example-client
44
- hackage-repo-tool

0 commit comments

Comments
 (0)