cabal-install-solver-3.8.1.0: The command-line interface for Cabal and Hackage.
Safe HaskellNone
LanguageHaskell2010

Distribution.Solver.Modular

Synopsis

Documentation

modularResolver :: SolverConfig -> DependencyResolver loc Source #

Ties the two worlds together: classic cabal-install vs. the modular solver. Performs the necessary translations before and after.

newtype PruneAfterFirstSuccess Source #

Whether to remove all choices after the first successful choice at each level in the search tree.