Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.10.3.
- This action is used across all versions by 2,755 repositories.
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 within GitHub workflows. It installs specified versions of GHC, Cabal, and optionally Stack, adds them to the system PATH, and outputs relevant configuration details. By simplifying environment configuration, it streamlines CI/CD processes for Haskell projects, reducing manual setup effort and ensuring consistency.
Release notes
Add Stack 3.9.1
What’s Changed
- Add Stack 3.9.1 by @andreasabel in https://github.com/haskell-actions/setup/pull/138
Full Changelog: https://github.com/haskell-actions/setup/compare/v2.10.2...v2.10.3