Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
- Use haskell-actions/setup instead of haskell/actions/setup
- Bump from v1 to v2
- Don't pin the cabal-version. Haskell-actions already bring in a newer version.
  • Loading branch information
angerman authored Oct 14, 2024
1 parent e85789b commit 7d2d1f0
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 @@ -32,11 +32,11 @@ jobs:
- name: Select build directory
run: echo "CABAL_BUILDDIR=dist" >> $GITHUB_ENV

- uses: haskell/actions/setup@v1
- uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 3.10.1.0
# cabal-version: 3.10.1.0

- name: Cabal update
run: cabal update
Expand Down

0 comments on commit 7d2d1f0

Please sign in to comment.