-
Notifications
You must be signed in to change notification settings - Fork 842
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
Stack cannot find happy during build #3178
Comments
This indeed seems to be related to #3151 as this issue does not happen with Stack |
If I build happy, then this works. Oddly enough, for me it doesn't seem to have |
I believe this is fixed by my PR #3249, based on my testing. I'd appreciate if you could give a shot at building with a Stack built from that branch ( |
Closing now that #3249 is merged. |
Motivated from this build failure on HEAD: * https://travis-ci.org/commercialhaskell/stack/jobs/266365181 Related to #3178. This fix is based on a comments from: * #3178 (comment) * #3151 (comment)
While trying to build one project that makes use of
pretty-show
, stack complains about not findinghappy
, although it has been installed previously and can be run:Building produces following error message:
The project can be found here. The following steps should reproduce the issue.
code/analysis/src/cba/haskell/insieme-hat
stack-8.0.yaml
(just to make sure this does not interfere somehow)stack.yaml
, change resolver tolts-8.14
stack setup
stack build alex
stack build happy
stack build c2hs
stack build
Note that this issue is encountered on Windows 10 64 Bit including the creators update.
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: