actions
actions copied to clipboard
Github actions for Haskell CI
Add GHC 9.4.1, 9.2.4, 9.2.3, Cabal 3.8.1.0, 3.6.3.0, latest ghcup Not sure if all of these work already... See also: - #111
The title tells it all.
According to the docs, we only go up to `9.2.2`, but according to [this](https://www.haskell.org/ghc/blog/20220728-ghc-9.2.4-released.html) we already have `9.2.4`, and `9.2.3`'s been around [for two-ish months now](https://www.haskell.org/ghc/blog/20220527-ghc-9.2.3-released.html). The documentation states that...
With `hlint-run`, I'm able to pass in folders to this action doing the equivalent of: ``` hlint src/ ``` Using the acton how would we pass options like `--cpp-define` and...
Hey, I've noticed that the haskell/actions/setup action is running pretty slowly. Are there any tricks to speed this up?
The following error occurs (https://github.com/composewell/streamly/runs/5014667413?check_suite_focus=true): ``` [ Error ] Download failed: Process "curl" with arguments ["-fL", "-o", [ ... ] "/tmp/ghcup-5518e54f8c013197/ghc-x86_64-deb9-linux-integer-simple.tar.xz.tmp", [ ... ] "https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-deb9-linux-integer-simple.tar.xz?job=validate-x86_64-linux-deb9-integer-simple"] failed with exit code 22....
(Reference: #107.) `ghcup` supports installing non-standard GHC releases via so-called "release channels": https://www.haskell.org/ghcup/guide/#pre-release-channels I'd like to propose an input to this action for adding an extra release channel. I.e.: ```...
This might be an upstream issue at its heart (chocolatey), but since haskell/actions/setup is advertising GHC 7.10 on Windows, it should package a install method that works... https://github.com/haskell-hvr/missingh/runs/5554843212?check_suite_focus=true ``` 2022-03-15T14:53:02.2794914Z...
https://github.com/cartazio/ralist/blob/cd2a6c65baf4b4ee7f8d316e57e282087f89c07e/.github/workflows/hs-matrix.yml Or provide it as an example. I still wanna tweak some things. But it has a lot of nice things like working caching. Plus a small digital memorial for...
Firstly, a thank you to the contributors and maintainers of the actions in this repository! I use the `setup` action all the time for all of my Haskell projects. It's...