Releases: haskell-actions/setup
Releases · haskell-actions/setup
v2.4.1
Fix #248: resolve stack "2.1" to "2.1.3" rather than "2.11.1"
Fix taken from https://github.com/hspec/setup-haskell/blob/bdd4c910d94a07946cfdf9e6c3e7299a7e123705/src/resolve.ts#L25
as recommended by @sol in haskell/actions#248 (comment)
What's Changed
- issue248 by @andreasabel in #9
New Contributors
- @andreasabel made their first contribution in #7
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- New outputs {ghc/cabal/stack}-version by @andreasabel in #7
Full Changelog: v2.3.9...v2.4.0
v2.3.9
Migrate from https://github.com/haskell/actions/setup
What's Changed
- Fix #245: call
ghcup unset
if correct tool version was not found; by @andreasabel in haskell/actions#246
Full Changelog: haskell/actions-v2.3.8...v2.3.9