Skip to content

Commit fd40fe6

Browse files
committed
Two small CI changes:
- Use newer Cabal that knows about GHC 9.10 - Use non-deprecated haskell GitHub actions
1 parent 3daeefa commit fd40fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: haskell/actions/setup@v2
17+
- uses: haskell-actions/setup@v2
1818
with:
1919
ghc-version: ${{ matrix.ghc }}
20-
cabal-version: '3.10.1.0'
20+
cabal-version: '3.10.3.0'
2121
- name: Cache
2222
uses: actions/cache@v3
2323
env:

0 commit comments

Comments
 (0)