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
This issue is a followup to #3781. The main dependency solver modules were moved into a separate package (cabal-install-solver), but some functions that act as an API are still in cabal-install. The dependency solver unit tests use that API, so they are also in cabal-install.
This change is much simpler now that the top-down solver was removed in #3598 and support for multiple solvers was removed in #9282.
Most of the remaining dependency solver API is in Distribution.Client.Dependency, including resolveDependencies and DepResolverParams:
This issue is a followup to #3781. The main dependency solver modules were moved into a separate package (
cabal-install-solver
), but some functions that act as an API are still incabal-install
. The dependency solver unit tests use that API, so they are also incabal-install
.This change is much simpler now that the top-down solver was removed in #3598 and support for multiple solvers was removed in #9282.
Most of the remaining dependency solver API is in Distribution.Client.Dependency, including
resolveDependencies
andDepResolverParams
:cabal/cabal-install/src/Distribution/Client/Dependency.hs
Lines 779 to 790 in 91769ab
cabal/cabal-install/src/Distribution/Client/Dependency.hs
Lines 173 to 176 in 91769ab
The text was updated successfully, but these errors were encountered: