-
Notifications
You must be signed in to change notification settings - Fork 846
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
Cleaning one package on a multi-package project #583
Comments
Not presently possible but it should be. Related discussion here: #493 (comment) |
What should the usage look like? Just Or a larger subset of |
I'd say just specifying the package would make sense. It should probably follow similar logic as |
Add selective cleaning for multi-package projects #583
Resolved via 729b61e and released with stack-0.1.8.0 Please reopen if it doesn't work as expected. |
In multi-package projects,
stack clean
will clean every package, but I couldn't find a way of limiting this to only a single package (or a subset of packages). Is it possible at all? (when re-building all the packages in the project takes time, this can become annoying rather fast!)In case anyone wonders, neither
cabal clean
norrunhaskell Setup.hs clean
will do the trick...The text was updated successfully, but these errors were encountered: