There was an error while loading. Please reload this page.
2 parents 196779b + 8dbef91 commit 1714fc8Copy full SHA for 1714fc8
.github/workflows/build.yaml
@@ -38,12 +38,12 @@ jobs:
38
- ghc: '9.6.6'
39
resolver: 'lts-22.43'
40
coveralls: true
41
- flags: '--coverage'
42
- - ghc: '9.8.4'
43
- resolver: 'lts-23.9'
44
flags: ''
+ - ghc: '9.8.4'
+ resolver: 'lts-23.17'
+ flags: '--coverage'
45
- ghc: '9.10.1'
46
- resolver: 'nightly-2025-02-20'
+ resolver: 'nightly-2025-04-03'
47
48
steps:
49
- uses: actions/checkout@v4
stack.yaml
@@ -15,7 +15,7 @@
15
# resolver:
16
# name: custom-snapshot
17
# location: "./custom-snapshot.yaml"
18
-resolver: lts-22.13
+resolver: lts-23.17
19
20
# User packages to be built.
21
# Various formats can be used as shown in the example below.
0 commit comments