File tree Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 7
7
- master
8
8
workflow_dispatch :
9
9
10
- # As of 6 May 2024, ubuntu-latest and windows-latest come with Stack 2.15.5 .
10
+ # As of 21 October 2024, ubuntu-latest and windows-latest come with Stack 3.1.1 .
11
11
# However, macos-13 and macos-latest do not come with Haskell tools.
12
12
13
13
jobs :
@@ -21,16 +21,16 @@ jobs:
21
21
- ubuntu-latest
22
22
snapshot :
23
23
- stack-ghc-9.4.8.yaml
24
- - stack-ghc-9.6.5 .yaml
25
- - stack-ghc-9.8.2 .yaml
24
+ - stack-ghc-9.6.6 .yaml
25
+ - stack-ghc-9.8.3 .yaml
26
26
include :
27
27
- os : macos-13
28
- snapshot : stack-ghc-9.8.2 .yaml
28
+ snapshot : stack-ghc-9.8.3 .yaml
29
29
# macos-latest provides macOS/AArch64 (M1)
30
30
- os : macos-latest
31
- snapshot : stack-ghc-9.8.2 .yaml
31
+ snapshot : stack-ghc-9.8.3 .yaml
32
32
- os : windows-latest
33
- snapshot : stack-ghc-9.8.2 .yaml
33
+ snapshot : stack-ghc-9.8.3 .yaml
34
34
steps :
35
35
- name : Clone project
36
36
uses : actions/checkout@v4
55
55
56
56
if [[ "${{ matrix.os }}" == "macos-13" || "${{ matrix.os }}" == "macos-latest" ]]
57
57
then
58
- # macos-13 and macos-latest do not include Haskell tools as at 2024-05-06 .
58
+ # macos-13 and macos-latest do not include Haskell tools as at 2024-10-21 .
59
59
curl -sSL https://get.haskellstack.org/ | sh
60
60
fi
61
61
70
70
- ubuntu-latest
71
71
- windows-latest
72
72
snapshot :
73
- - stack-ghc-9.8.2 .yaml
73
+ - stack-ghc-9.8.3 .yaml
74
74
steps :
75
75
- name : Clone project
76
76
uses : actions/checkout@v4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Snapshot specification for GHC 9.6.6.
2
+ snapshot : lts-22.39 # GHC 9.6.6
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Snapshot specification for GHC 9.8.3.
2
+ snapshot : nightly-2024-10-21 # GHC 9.8.2
3
+ compiler : ghc-9.8.3
Original file line number Diff line number Diff line change 1
- snapshot : stack-ghc-9.6.5 .yaml
1
+ snapshot : stack-ghc-9.6.6 .yaml
You can’t perform that action at this time.
0 commit comments