Below you will find pages that utilize the taxonomy term “Haskell-Actions”
April 15, 2026
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.11.0.
This action is used across all versions by 3,220 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The haskell-actions/setup GitHub Action automates the setup of a Haskell development environment in CI workflows. It installs and configures specific versions of GHC, Cabal, and optionally Stack, adding them to the system PATH, and provides metadata outputs such as installed versions and paths. This action simplifies and standardizes the process of preparing Haskell tools for continuous integration, reducing manual configuration effort.
April 8, 2026
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.