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
;pkg: stack: drop allow-newer-deps lists, they add more cost than benefit
The default build plan, working on unix, fails on windows because more
containers dependers are pulled in on that platform. In general it's
hard to discover all the dependers, and that list may change over
time. (With cabal, you list dependees instead, which is easier.)
So, don't try to restrict the dependers whose bounds can be relaxed;
just let it ignore all bounds, while still respecting the versions
pinned in extra-deps. This should work most of the time; when not,
it will give a compilation error rather than a bounds error.
0 commit comments