Skip to content

Commit cf11d8a

Browse files
committed
Bump Stack CI to GHC 9.10.1
1 parent bd713f0 commit cf11d8a

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

.github/workflows/stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: setup
3434
with:
3535
## Keep the GHC version in sync with stack.yaml
36-
ghc-version: 9.8.2
36+
ghc-version: 9.10.1
3737
enable-stack: true
3838
cabal-update: false
3939

stack-9.4.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ resolver: lts-21.25
33
packages:
44
- system-fileio
55
- system-filepath
6+
7+
# There is no version of chell matching the lts-21.25 smapshot
8+
# extra-deps:
9+
# - chell-0.5.0.2
10+
# - chell-quickcheck-0.2.5.4

stack-9.6.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-22.41
1+
resolver: lts-22.43
22

33
packages:
44
- system-fileio

stack-9.8.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
resolver: lts-23.10
2+
3+
packages:
4+
- system-fileio
5+
- system-filepath
6+
7+
extra-deps:
8+
- chell-0.5.0.2
9+
- chell-quickcheck-0.2.5.4
10+
- patience-0.3

stack.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2024-10-21
1+
resolver: nightly-2025-02-28
22
# If you update the snapshot, also update .github/workflows/stack.yml to the matching GHC version
33

44
packages:
@@ -9,3 +9,4 @@ extra-deps:
99
- chell-0.5.0.2
1010
- chell-quickcheck-0.2.5.4
1111
- patience-0.3
12+
- QuickCheck-2.14.3

0 commit comments

Comments
 (0)