Below you will find pages that utilize the taxonomy term “haskell-actions”
January 16, 2026
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.
January 11, 2026
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.
January 2, 2026
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.10.1.
This action is used across all versions by 2,652 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 in CI workflows by installing and configuring specific versions of GHC, Cabal, and optionally Stack, while adding them to the system PATH. It solves the problem of managing Haskell toolchain dependencies and ensures compatibility by using pre-installed or custom-installed versions.
January 2, 2026
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.10.0.
This action is used across all versions by 2,652 repositories. 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 key Haskell tools like GHC, Cabal, and Stack, ensuring they are added to the system path and providing version-specific outputs.
December 16, 2025
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.9.0.
This action is used across all versions by 2,628 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Test: drop macos-13 (deprecated, does not support node 24)
What’s Changed Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/haskell-actions/setup/pull/124 Bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/haskell-actions/setup/pull/125 Add GHC 9.10.3 by @andreasabel in https://github.com/haskell-actions/setup/pull/126 Bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.
July 29, 2025
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.8.1.
This action is used across all versions by 2,475 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Close #122: drop support for Cabal 3.10.1 and below
What’s Changed Add cabal 3.16.0.0 and stack 3.7.1 by @andreasabel in https://github.com/haskell-actions/setup/pull/123 Full Changelog: https://github.com/haskell-actions/setup/compare/v2.8.0...v2.8.1
May 9, 2025
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.8.0.
This action is used across all versions by 2,291 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Remove apt (ppa:hvr) fallback install method
This PR replicates https://github.com/haskell/actions/pull/138 by Bodigrim.
For recent Ubuntu (> 20.04) the PPA hvr does not provide any GHC releases, so this install method is now dead.
What’s Changed Remove apt (ppa:hvr) fallback install method by @andreasabel in https://github.