cabal-install-solver-3.10.1.0: The command-line interface for Cabal and Hackage.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Solver.Modular

Synopsis

Documentation

modularResolver :: SolverConfig -> DependencyResolver loc #

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

newtype PruneAfterFirstSuccess #

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