File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 95
95
uses : input-output-hk/actions/haskell@latest
96
96
id : setup-haskell
97
97
with :
98
- cabal-version : " 3.10 .1.0"
99
- ghc-version : " 9.6.5 "
98
+ cabal-version : " 3.12 .1.0"
99
+ ghc-version : " 9.6.6 "
100
100
101
101
- name : Install base libraries
102
102
uses : input-output-hk/actions/base@latest
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- ghc : ["8.10.7", "9.6.5 ", "9.8.2"]
32
+ ghc : ["8.10.7", "9.6.6 ", "9.8.2"]
33
33
variant : [default, no-thunks]
34
34
exclude :
35
35
- variant :
36
36
${{ (github.event_name == 'schedule' || inputs.nothunks) && 'default' || 'no-thunks' }}
37
37
env :
38
38
# Modify this value to "invalidate" the Cabal cache.
39
- CABAL_CACHE_VERSION : " 2024-01-29 "
39
+ CABAL_CACHE_VERSION : " 2024-07-04 "
40
40
41
- CABAL : " 3.10.3 .0"
41
+ CABAL : " 3.12.1 .0"
42
42
43
43
steps :
44
44
- uses : actions/checkout@v4
@@ -186,7 +186,7 @@ jobs:
186
186
if : |
187
187
github.event_name == 'push'
188
188
&& github.ref == 'refs/heads/main'
189
- && matrix.ghc=='9.6.5 '
189
+ && matrix.ghc=='9.6.6 '
190
190
run : |
191
191
# need for latex, dvisvgm and standalone
192
192
sudo apt install texlive-latex-extra texlive-latex-base
@@ -201,7 +201,7 @@ jobs:
201
201
if : |
202
202
github.event_name == 'push'
203
203
&& github.ref == 'refs/heads/main'
204
- && matrix.ghc=='9.6.5 '
204
+ && matrix.ghc=='9.6.6 '
205
205
uses : actions/upload-artifact@v4
206
206
with :
207
207
name : haddocks
Original file line number Diff line number Diff line change 29
29
- name : ' Set up HLint'
30
30
uses : haskell-actions/hlint-setup@v2
31
31
with :
32
- version : 3.6.1
32
+ version : 3.8
33
33
34
34
- name : ' Run HLint'
35
35
uses : haskell-actions/hlint-run@v2
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ GHC_VERSION=$(ghc --numeric-version)
25
25
if ! command -v cabal-docspec & > /dev/null
26
26
then
27
27
# cabal-docspec. Download binary
28
- curl -sL https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20240414 /cabal-docspec-0.0.0.20240414 -x86_64-linux.xz > cabal-docspec.xz
28
+ curl -sL https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20240703 /cabal-docspec-0.0.0.20240703 -x86_64-linux.xz > cabal-docspec.xz
29
29
# this doesn't seem to exist in GH runners?
30
30
mkdir -p " $HOME " /.local/bin
31
31
xz -d < cabal-docspec.xz > " $HOME " /.local/bin/cabal-docspec
You can’t perform that action at this time.
0 commit comments