-
Notifications
You must be signed in to change notification settings - Fork 20
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
ghc not found #235
Comments
CC @osfameron |
The error says that the |
The above is a workaround, but I still want to fix the underlying bug. The ghc executable is probably used to compile the hawk prelude, while stack's private installation of hint and ghc are used to interpret the command-line expression. That's bad, because those might not be the same version of ghc, in which case the compiled version of the prelude will not be used. That might explain #126, in which I found that compiling the hawk prelude did not lead to the expected speedup? |
Hah, yeah, that makes sense.
which at least gets |
Closing in favour of #246 |
From #228 :
The text was updated successfully, but these errors were encountered: