Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.10.4.
- This action is used across all versions by 3,215 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, haskell-actions/setup, automates the setup of a Haskell development environment in GitHub workflows. It installs and configures specified versions of GHC, Cabal, and optionally Stack, while providing paths and metadata as outputs for seamless integration. The action simplifies environment management by leveraging pre-installed tools on GitHub runners or installing missing versions via GHCup and Chocolatey, addressing the needs of developers requiring consistent Haskell toolchains in CI pipelines.
What’s Changed
Add GHC 9.12.4 and Stack 3.9.3
What’s Changed
- Add GHC 9.12.4 and Stack 3.9.3 by @andreasabel in https://github.com/haskell-actions/setup/pull/142
Full Changelog: https://github.com/haskell-actions/setup/compare/v2.10.3...v2.10.4