-
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
stack setup --reinstall
doesn't cause reinstallation
#2554
Comments
Curious! This does indeed appear to be a bug. |
Just want to walk by and say that I'm also affected by this as a GHCJS user who needs to update the compiler at regular intervals. |
|
@sjakobi @alexanderkjeldaas I believe this is now fixed. I haven't tested it with GHCJS, but it does work for forcing reinstall of GHC. Can you please confirm that the issue is resolved on master? |
Polite bump for @sjakobi @alexanderkjeldaas 👍 |
Works for me with GHC :)
|
Great! |
To me
--reinstall
sounds like it should always cause reinstallation. I'd expect it at least to remove and restore/home/simon/.stack/programs/x86_64-linux/ghc-8.0.1
in my case.If it should turn out that
--reinstall
behaves as intended, at least the help text should be improved.The text was updated successfully, but these errors were encountered: