Skip to content

Commit a2cdd8a

Browse files
committed
GHA: use ghc-9.6.6 & cabal-3.14
1 parent 36d7447 commit a2cdd8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ghc: ["9.6", "9.8", "9.10", "9.12"]
14+
ghc: ["9.6.6", "9.8", "9.10", "9.12"]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
defaults:
@@ -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)