`stack solver` creates a build plan that `stack build` can't follow. #2453
Milestone
Comments
It looks like |
In the second retry phase when it relaxes the hard constraints to soft preferences it treats even the ghc wired-in packages as preferences. ghc packages should still remain as hard constraints only other packages should be relaxed. I am fixing it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
For example:
git clone https://github.com/DanielWaterworth/editor.git&& cd editor&& git checkout stack_bug
stack solver
.stack build
.Expected
A successful build, or at least successful dependency resolution.
Actual
https://gist.github.com/DanielWaterworth/e83cded59a6d7f4a3335f4ffb3d177ca
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: