Skip to content

Commit b1c7d12

Browse files
authored
Merge pull request #117 from xmonad/haskell-ci-update
ci: Regenerate haskell-ci
2 parents 60e2634 + 4b8f281 commit b1c7d12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.19.20250722
11+
# version: 0.19.20250801
1212
#
13-
# REGENDATA ("0.19.20250722",["github","cabal.project"])
13+
# REGENDATA ("0.19.20250801",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -115,8 +115,8 @@ jobs:
115115
chmod a+x "$HOME/.ghcup/bin/ghcup"
116116
- name: Install cabal-install
117117
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"
120120
- name: Install GHC (GHCup)
121121
if: matrix.setup-method == 'ghcup'
122122
run: |

0 commit comments

Comments
 (0)