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

Support stack #42

Closed
chshersh opened this issue Jul 2, 2022 · 0 comments
Closed

Support stack #42

chshersh opened this issue Jul 2, 2022 · 0 comments
Assignees
Labels
dependencies enhancement New feature or request

Comments

@chshersh
Copy link
Owner

chshersh commented Jul 2, 2022

Blocked by #38

stack is a common Haskell build tool. Some developers still prefer stack and use only stack for their Haskell development. Adding Stack support would enable contributors who use only stack and allow Iris to be added to Stackage later,

To add stack, one need to:

  1. Add stack.yaml using the latest nightly resolver (so Iris can be added to Stackage later).
  2. Add a CI job for building Iris with stack. Refer to Dead Simple Cross Platform GitHub Actions for Haskell blog post.
  3. Fix all compilation and CI errors.
@chshersh chshersh added enhancement New feature or request dependencies labels Jul 2, 2022
@chshersh chshersh moved this to Todo in Iris Project Jul 2, 2022
Repository owner moved this from Todo to Done in Iris Project Jul 26, 2022
@chshersh chshersh added this to the v0.0.0.0: Initial Launch milestone Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants