Skip to content

Commit 49445d7

Browse files
committed
GHA: use cabal-3.14
1 parent 36d7447 commit 49445d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: setup-haskell
2828
with:
2929
ghc-version: ${{ matrix.ghc }}
30-
cabal-version: "3.12.1.0"
30+
cabal-version: "3.14.2.0"
3131

3232
- name: Install LLVM (macOS)
3333
if: runner.os == 'macOS' && matrix.ghc == '8.10'

0 commit comments

Comments
 (0)