Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update github workflows to use newer stack #221

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Conversation

yarikoptic
Copy link
Member

To avoid build failure like in
https://www.extrema.is/blog/2024/05/13/cabal-stack-initialbuildsteps-breakage when building with newer versions of ghc, a newer version of stack is needed.

The workflow was complaining about this change being needed:

Warning: As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).

See https://github.com/haskell-actions/setup

by @joeyh to address recent FTBFS on Windows and OSX.

To avoid build failure like in
https://www.extrema.is/blog/2024/05/13/cabal-stack-initialbuildsteps-breakage
when building with newer versions of ghc, a newer version of stack is
needed.

The workflow was complaining about this change being needed:

	Warning: As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).

See https://github.com/haskell-actions/setup
@yarikoptic
Copy link
Member Author

@joeyh has more fixes staged, so let's just merge -- this already the right step forward

@yarikoptic yarikoptic merged commit 7e3187f into master Feb 14, 2025
12 of 13 checks passed
@yarikoptic yarikoptic deleted the enh-newer-stack branch February 14, 2025 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants