File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
env :
17
17
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
18
19
- # As of 7 February 2025, ubuntu-latest and windows-latest come with Stack 3.3.1
19
+ # As of 15 March 2025, ubuntu-latest and windows-latest come with Stack 3.3.1
20
20
# and GHC 9.12.1. However, macos-13 and macos-latest do not come with Haskell
21
21
# tools. windows-latest comes with NSIS 3.10, for which the default value of the
22
22
# 'Unicode' installer attribute is 'true'. However, that is not the 'large
40
40
# Stack's project-level configuration (stack.yaml) specifies the
41
41
# multi-architecture (including Linux/Aarch64) Docker image published
42
42
# by Oliver Benz (@benz0li, on GitHub). That image comes with
43
- # Stack 3.1 .1. (Note that the online documentation for
43
+ # Stack 3.3 .1. (Note that the online documentation for
44
44
# '--docker-stack-exe image' specifies that the host Stack and image
45
45
# Stack must have the same version number.)
46
46
release-args : " --alpine --stack-args --docker-stack-exe=image"
81
81
if [[ "${{ matrix.os }}" == "ubuntu-24.04-arm" || "${{ matrix.os }}" == "macos-13" || "${{ matrix.os }}" == "macos-latest" ]]
82
82
then
83
83
# ubuntu-24.04-arm, macos-13 and macos-latest do not include Haskell
84
- # tools as at 2025-02-07 .
84
+ # tools as at 2025-03-15 .
85
85
curl -sSL https://get.haskellstack.org/ | sh
86
86
fi
87
87
Original file line number Diff line number Diff line change 9
9
- rc/**
10
10
workflow_dispatch :
11
11
12
- # As of 6 May 2024 , ubuntu-latest and windows-latest come with Stack 2.15.5 and
13
- # GHC 9.8.2 . However, macos-latest does not come with Haskell tools.
12
+ # As of 15 March 2025 , ubuntu-latest and windows-latest come with Stack 3.3.1
13
+ # and GHC 9.12.1 . However, macos-latest does not come with Haskell tools.
14
14
15
15
jobs :
16
16
pedantic :
76
76
77
77
if [[ "${{ matrix.os }}" == "macos-latest" ]]
78
78
then
79
- # macos-latest does not include Haskell tools as at 2024-05-06 .
79
+ # macos-latest does not include Haskell tools as at 2025-03-15 .
80
80
curl -sSL https://get.haskellstack.org/ | sh
81
81
fi
82
82
You can’t perform that action at this time.
0 commit comments