Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.10.2.
- This action is used across all versions by 2,749 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The haskell-actions/setup GitHub Action automates the process of setting up a Haskell development environment in CI workflows. It installs requested versions of GHC, Cabal, and Stack, adds them to the system PATH, and provides relevant output variables for further use. This action simplifies Haskell environment configuration, ensuring compatibility with specified versions and reducing manual setup effort in continuous integration pipelines.
Release notes
Remove GHCup vanilla channel from defaults
What’s Changed
- Remove GHCup vanilla channel from defaults by @andreasabel in https://github.com/haskell-actions/setup/pull/137
Full Changelog: https://github.com/haskell-actions/setup/compare/v2.10.1...v2.10.2