Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
PackageId = PackageIdentifiercabal-install-solver Distribution.Solver.Modular.Package Type alias so we can use the shorter name PackageId.
-
cabal-install-solver Distribution.Solver.Modular.Package The name and version of a package.
PackageIdentifier :: PackageName -> Version -> PackageIdentifiercabal-install-solver Distribution.Solver.Modular.Package No documentation available.
-
cabal-install-solver Distribution.Solver.Modular.Package A package name. Use mkPackageName and unPackageName to convert from/to a String. This type is opaque since Cabal-2.0
-
cabal-install-solver Distribution.Solver.Modular.Package A pkg-config library name This is parsed as any valid argument to the pkg-config utility.
module Distribution.Solver.Modular.
Preference Reordering or pruning the tree in order to prefer or make certain choices.
newtype
PruneAfterFirstSuccess cabal-install-solver Distribution.Solver.Modular.Solver Whether to remove all choices after the first successful choice at each level in the search tree.
PruneAfterFirstSuccess :: Bool -> PruneAfterFirstSuccesscabal-install-solver Distribution.Solver.Modular.Solver No documentation available.
PChoice :: QPN -> RevDepMap -> c -> WeightedPSQ [Weight] POption (Tree d c) -> Tree d ccabal-install-solver Distribution.Solver.Modular.Tree Choose a version for a package (or choose to link)
PChoiceF :: QPN -> RevDepMap -> c -> WeightedPSQ [Weight] POption a -> TreeF d c acabal-install-solver Distribution.Solver.Modular.Tree No documentation available.