You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add stack.yaml using the latest nightly resolver (so Iris can be added to Stackage later).
Blocked by #38
stack
is a common Haskell build tool. Some developers still preferstack
and use onlystack
for their Haskell development. Adding Stack support would enable contributors who use onlystack
and allow Iris to be added to Stackage later,To add
stack
, one need to:stack.yaml
using the latest nightly resolver (so Iris can be added to Stackage later).stack
. Refer to Dead Simple Cross Platform GitHub Actions for Haskell blog post.The text was updated successfully, but these errors were encountered: