-
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 install intero-0.1.15 installs whichever intero was already built #2373
Comments
When v0.1.15 is already installed and you're installing v0.1.16 it seems to work:
What's your |
Yes, I remember upgrading Separately: I just learned you want to remove
|
The problem only seems to arise with packages that are not contained in the current resolver. For example, the resolver in my global project is nightly-2016-06-21 which contains hlint-1.9.35. |
I cannot reproduce the issue on
|
Ahh, yes, using
|
Fixed! That wasn't actually all that tricky. The issue was that when |
+ Ignore installed exe info when it's ambiguous
That is, to say the least, unexpected. If it can't install the version I'm asking for, I'd hope for a warning.
I conjecture this might relate on Cabal not tracking versions of installed executables, unless they come with a library.
intero
comes with nolibrary
, whilepandoc
does.I don't think that changes the expected behavior, just the hardness of the fix.
The text was updated successfully, but these errors were encountered: