Skip to content

Commit

Permalink
Two small CI changes:
Browse files Browse the repository at this point in the history
- Use newer Cabal that knows about GHC 9.10

- Use non-deprecated haskell GitHub actions
  • Loading branch information
Ericson2314 committed Sep 26, 2024
1 parent 3daeefa commit fd40fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.10.1.0'
cabal-version: '3.10.3.0'
- name: Cache
uses: actions/cache@v3
env:
Expand Down

0 comments on commit fd40fe6

Please sign in to comment.