You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use default resolver to solve for and install helper bins
Fixes#270
There is no significant advantage of choosing a resolver. However, there
are significant disadvantages:
1) The cabal-install version installed using default resolver may
mismatch with the chosen resolver and therefore stack solver itself may
fail. See issue #270.
2) A different resolver may take more space and pollute the users'
.stack with more snapshots.
Therefore we solve using the user's resolver and use the same to
install.
0 commit comments