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. data PackageIndex pkg

    cabal-install-solver Distribution.Solver.Types.PackageIndex

    The collection of information about packages from one or more PackageDBs. It can be searched efficiently by package name and version.

  2. module Distribution.Solver.Types.PackagePath

    No documentation available.

  3. data PackagePath

    cabal-install-solver Distribution.Solver.Types.PackagePath

    A package path consists of a namespace and a package path inside that namespace.

  4. PackagePath :: Namespace -> Qualifier -> PackagePath

    cabal-install-solver Distribution.Solver.Types.PackagePath

    No documentation available.

  5. module Distribution.Solver.Types.PackagePreferences

    No documentation available.

  6. data PackagePreferences

    cabal-install-solver Distribution.Solver.Types.PackagePreferences

    Per-package preferences on the version. It is a soft constraint that the DependencyResolver should try to respect where possible. It consists of an InstalledPreference which says if we prefer versions of packages that are already installed. It also has (possibly multiple) PackageVersionPreferences which are suggested constraints on the version number. The resolver should try to use package versions that satisfy the maximum number of the suggested version constraints. It is not specified if preferences on some packages are more important than others.

  7. PackagePreferences :: [VersionRange] -> InstalledPreference -> [OptionalStanza] -> PackagePreferences

    cabal-install-solver Distribution.Solver.Types.PackagePreferences

    No documentation available.

  8. module Distribution.Solver.Types.PkgConfigDb

    Read the list of packages available to pkg-config.

  9. data PkgConfigDb

    cabal-install-solver Distribution.Solver.Types.PkgConfigDb

    The list of packages installed in the system visible to pkg-config. This is an opaque datatype, to be constructed with readPkgConfigDb and queried with pkgConfigPkgPresent.

  10. PkgConfigDb :: Map PkgconfigName (Maybe PkgconfigVersion) -> PkgConfigDb

    cabal-install-solver Distribution.Solver.Types.PkgConfigDb

    If an entry is Nothing, this means that the package seems to be present, but we don't know the exact version (because parsing of the version number failed).

Page 809 of many | Previous | Next