-
Notifications
You must be signed in to change notification settings - Fork 841
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
init not finding GHC installed under ~/.stack #1072
Comments
This is just the way that Stack works, since it doesn't know in advance On Mon, Sep 28, 2015, 3:52 PM Erik Allik [email protected] wrote:
|
I went ahead with implementing this change, as I couldn't think of a downside to doing so. |
The new behavior picks the latest ghc. |
I don't think we should institute such fall-back behavior, that has the potential to do stuff the user really doesn't want (could you imagine if Stack took 4 times as long to come up with a build plan, and then just GHC 7.4.2?). For the case where the user wants to use an older version of GHC, |
In my case, I specified an exact version. |
and then
does this make sense or is this a bug in stack?
The text was updated successfully, but these errors were encountered: