-
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
Replace Stack.Snapshot with code using SourceMaps #4409
Comments
To be clear, this would mean we would be completely removing the dependency solver integration, including the solver command and |
Yes, that's my current suggestion, also there's an additional point: what to do with |
We should probably at least ask on the mailing list before doing that, though my inclination is in that direction. I'd say that the |
@snoyberg I don't quite get the last point - why do you think it could be invalid? My suggestion was to treat it as a Stackage snapshot with only difference that |
Because the local packages don't support the GHC version specified, or require packages beyond what ships with GHC.
You've got the right idea, I was misremembering the behavior of
Given my bad memory about the behavior of
Yes. I'd give it three days before proceeding. |
After #3922 gets merged there will be 2 different ways to deal with snapshots:
Stack.Snapshot
Stack.Types.SourceMap
It makes sense to remove code duplication coming from this
The text was updated successfully, but these errors were encountered: