-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add optional component to stack cradle and multi-stack #97
Conversation
72df4fb
to
4287277
Compare
Great patch thanks. One structural comment about where we parse the ghci script file. |
This would make test components work as well (at least for stack cradle)? I've run the test suite on windows and it passed (well with the same failing test -simple-bios- than master) |
Locally, the tests succeed for me as well, I just fail to make CI happy :/ |
I was just thinking that instead of calling ghc directly for stack we should call |
* On windows, use either ghc or stack to compile the wrapper. * Parse .ghci script to obtain all targets. * Change tests to fit the new target selection.
79e1809
to
de954c4
Compare
CI is happy again! |
I think, we do have a breaking change in hie.yaml: cradle:
stack: is no longer a valid yaml configuration. |
Sounds good to me. |
b075ad7
to
95bbaec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Great stuff (as always).
I think this can be merged once CI passes? |
532d1fe
to
918a02e
Compare
Closes #96