Skip to content

Commit b356fb0

Browse files
committed
Bump Stack CI to latest
1 parent 1c4d659 commit b356fb0

File tree

5 files changed

+4
-23
lines changed

5 files changed

+4
-23
lines changed

.github/workflows/stack.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ on:
33
push:
44
branches:
55
- master
6-
- ci*
76
tags:
87
- v*
98
pull_request:
109
branches:
1110
- master
12-
- ci*
1311
workflow_dispatch:
1412

1513
# For making a release, we need write permissions.

fix-whitespace.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ extra-doc-files:
3535
README.md
3636
fix-whitespace.yaml
3737
-- stack-supported GHCs
38+
stack-9.10.yaml
3839
stack-9.8.yaml
3940
stack-9.6.yaml
4041
stack-9.4.yaml

stack-9.10.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
resolver: nightly-2024-07-01
1+
resolver: nightly-2025-01-12
22
compiler: ghc-9.10.1
33
compiler-check: match-exact
4-
5-
# Libraries shipped with GHC 9.10.1:
6-
extra-deps:
7-
- directory-1.3.8.3
8-
- filepath-1.5.2.0
9-
- process-1.6.19.0
10-
- unix-2.8.5.1
11-
# For Windows:
12-
- Win32-2.14.0.0
13-
- time-1.12.2
14-
15-
flags:
16-
directory:
17-
os-string: true
18-
unix:
19-
os-string: true
20-
Win32:
21-
os-string: true

stack-9.6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resolver: lts-22.38
1+
resolver: lts-22.43

stack-9.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resolver: nightly-2024-10-11
1+
resolver: lts-23.4

0 commit comments

Comments
 (0)