-
Notifications
You must be signed in to change notification settings - Fork 843
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 unregisters and rebuilds all the extra-deps with each new (dev) stack version #2296
Comments
Agreed, this is really annoying, I was aware of a more restricted version of this with ghci - mgsloan/store#53 . A simple fix is possible, but it would just be a patch to something that's a bit iffy anyway (good for original app, not so good for stack). A more comprehensive fix is in progress. It is certainly something I intend to fix before any release with the store-ified stack. I didn't realize it happened with each new dev version. I thought it was just when dependencies involved in the type info change, or if you use ghci to load stack. |
Hypothesis from #2353:
|
I've got a branch. Pending release of store / etc. |
Yup! Thanks! |
While developing on
stack
, I see the following whenever I build a new executable:I think this is due to some versioning feature in
store
. It's really annoying though.The text was updated successfully, but these errors were encountered: