Skip to content

Commit

Permalink
update from haskell/actions/setup to haskell-actions/setup (#64)
Browse files Browse the repository at this point in the history
the former was unmaintained

this gets us Cabal 3.10.2.1 and GHC 9.8.2 support
  • Loading branch information
lambdageek committed Mar 20, 2024
1 parent 3fabbb5 commit bada7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
name: Setup Haskell
with:
Expand Down

0 comments on commit bada7f7

Please sign in to comment.