-
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
How to reinstall a package? #1476
Comments
I actually never used the It's a bit trickier for snapshot dependencies. I'm undecided on whether to add support for |
I ran into this issue today. I have a package that depends on a dynamic library that has since changed and would like to reinstall the package. |
I suppose if we've got 2 people in 10 days facing the same issue, that's common enough to warrant a So, |
Could also deprecate |
I had my PC crash when I was compiling, causing some |
Also if flags change for a package even in |
@sebeaumont it would be great if you could show some minimal reproduction of this |
Here's a problem I seem to have run into with Stack: I don't know how to reinstall a package! I can't find documentation on how to do that. Before Stack,
cabal --reinstall
was simple.The reason I want to reinstall is packages that depend on a C library that I've updated, such that I should rebuild.
The text was updated successfully, but these errors were encountered: