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
Have the solver reject packages with a too-new/unsupported spec-version
This compares the request spec-version to the lib:Cabal's version in order to
determine whether cabal is able to properly understand the package. If it's
newer than the currently linked lib:Cabal version it's turned into a global
`FailResult` which the solver treats as desired in terms of backtracking and
error reporting.
This is related to the new spec-version forward-compat scheme (see haskell#4899).
This is a forward-port of haskell#4907 to the `master` branch
0 commit comments