Skip to content

Commit 28801e4

Browse files
committed
Bump Stack CI
1 parent 8ada49d commit 28801e4

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

.github/workflows/stack.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4']
17+
ghc: ['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.8'
20+
ghc: '9.10'
2121
- os: windows-latest
22-
ghc: '9.8'
22+
ghc: '9.10'
2323

2424
steps:
2525
- uses: actions/checkout@v4

stack-9.10.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
resolver: nightly-2025-01-05
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.6.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-22.15
1+
resolver: lts-22.43
22
packages:
33
- example-client
44
- hackage-repo-tool

stack-9.8.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2024-04-02
1+
resolver: lts-23.3
22
packages:
33
- example-client
44
- hackage-repo-tool

0 commit comments

Comments
 (0)