setup-haskell icon indicating copy to clipboard operation
setup-haskell copied to clipboard

Set up your GitHub Actions workflow with a specific version of Haskell (GHC and Cabal)

Results 22 setup-haskell issues
Sort by recently updated
recently updated
newest added

Using the default example I get these warnings. They seem to happen on [this very repo](https://github.com/actions/setup-haskell/actions/runs/385973816) too. Is there something that can be done to mitigate this?

This will make `latest` equal to `3.4.0.0` instead of `3.2.0.0` which will avoid unnecessary downloading since the build runner has 3.4 installed. --- This change is [](https://reviewable.io/reviews/actions/setup-haskell/46)

This allows other Github actions to import and use `setup-haskell`, see for instance [setup-agda](https://github.com/omelkonian/setup-agda/blob/master/src/setup-haskell.ts#L2).

When I first wrote the README examples, I used v1.1 because I assumed it would also be a moving tag, and it was using some features that only came out...

I copypasted the example, and it didn't work. This causes unnecessary confusion (#50).

i think this might be a helpful template for folks ``` on: [push, pull_request] name: build # adjust THISPACKAGE to be your package name and then have fun env: THISPACKAGE:...

https://gitlab.haskell.org/ghc/ghc/-/issues/18550#note_309996 I hit this in trying to include a windows code path in my ci matrix. It looks like an update is needed on your side? I initially thought it...

See https://github.com/input-output-hk/cardano-node/pull/2104/checks?check_run_id=1422561717

This would be really nice to have by default.