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.

  1. type PackageId = PackageIdentifier

    cabal-install-solver Distribution.Solver.Modular.Package

    Type alias so we can use the shorter name PackageId.

  2. data PackageIdentifier

    cabal-install-solver Distribution.Solver.Modular.Package

    The name and version of a package.

  3. PackageIdentifier :: PackageName -> Version -> PackageIdentifier

    cabal-install-solver Distribution.Solver.Modular.Package

    No documentation available.

  4. data PackageName

    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

  5. data PkgconfigName

    cabal-install-solver Distribution.Solver.Modular.Package

    A pkg-config library name This is parsed as any valid argument to the pkg-config utility.

  6. module Distribution.Solver.Modular.Preference

    Reordering or pruning the tree in order to prefer or make certain choices.

  7. 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.

  8. PruneAfterFirstSuccess :: Bool -> PruneAfterFirstSuccess

    cabal-install-solver Distribution.Solver.Modular.Solver

    No documentation available.

  9. PChoice :: QPN -> RevDepMap -> c -> WeightedPSQ [Weight] POption (Tree d c) -> Tree d c

    cabal-install-solver Distribution.Solver.Modular.Tree

    Choose a version for a package (or choose to link)

  10. PChoiceF :: QPN -> RevDepMap -> c -> WeightedPSQ [Weight] POption a -> TreeF d c a

    cabal-install-solver Distribution.Solver.Modular.Tree

    No documentation available.

Page 806 of many | Previous | Next