Skip to content

Commit 6940de2

Browse files
committed
CI: Use cabal-install-3.14
1 parent febd5a9 commit 6940de2

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.20250115
11+
# version: 0.19.20250104
1212
#
13-
# REGENDATA ("0.19.20250115",["github","cabal.project"])
13+
# REGENDATA ("0.19.20250104",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -96,8 +96,8 @@ jobs:
9696
chmod a+x "$HOME/.ghcup/bin/ghcup"
9797
- name: Install cabal-install
9898
run: |
99-
"$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
100-
echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
99+
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
100+
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
101101
- name: Install GHC (GHCup)
102102
if: matrix.setup-method == 'ghcup'
103103
run: |

0 commit comments

Comments
 (0)