Skip to content

Commit

Permalink
CI: Use latest cabal instead of a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 15, 2023
1 parent e834b6d commit 451f8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 3.10.1.0
cabal-version: latest

- name: Haskell versions
run: |
Expand Down

0 comments on commit 451f8f6

Please sign in to comment.