File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20250722
11
+ # version: 0.19.20250801
12
12
#
13
- # REGENDATA ("0.19.20250722 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20250801 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -115,8 +115,8 @@ jobs:
115
115
chmod a+x "$HOME/.ghcup/bin/ghcup"
116
116
- name : Install cabal-install
117
117
run : |
118
- "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
119
- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
118
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.16.0 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
119
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.16.0 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
120
120
- name : Install GHC (GHCup)
121
121
if : matrix.setup-method == 'ghcup'
122
122
run : |
You can’t perform that action at this time.
0 commit comments