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. PkgComponent :: qpn -> ExposedComponent -> PkgComponent qpn

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

    No documentation available.

  2. data PInfo

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

    Info associated with a package instance. Currently, dependencies, component names, flags and failure reasons. The component map records whether any components are unbuildable in the current environment (compiler, os, arch, and global flag constraints). Packages that have a failure reason recorded for them are disabled globally, for reasons external to the solver. We currently use this for shadowing which essentially is a GHC limitation, and for installed packages that are broken.

  3. PInfo :: FlaggedDeps PN -> Map ExposedComponent ComponentInfo -> FlagInfo -> Maybe FailReason -> PInfo

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

    No documentation available.

  4. module Distribution.Solver.Modular.PSQ

    No documentation available.

  5. newtype PSQ k v

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

    No documentation available.

  6. PSQ :: [(k, v)] -> PSQ k v

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

    No documentation available.

  7. module Distribution.Solver.Modular.Package

    No documentation available.

  8. data PI qpn

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

    Package instance. A package name and an instance.

  9. PI :: qpn -> I -> PI qpn

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

    No documentation available.

  10. type PN = PackageName

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

    A package name.

Page 805 of many | Previous | Next