Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. componentComponentId :: ComponentLocalBuildInfo -> ComponentId

    Cabal Distribution.Simple.LocalBuildInfo

    The computed ComponentId of this component.

  2. componentUnitId :: ComponentLocalBuildInfo -> UnitId

    Cabal Distribution.Simple.LocalBuildInfo

    The computed UnitId which uniquely identifies this component. Might be hashed.

  3. componentUnitId :: ComponentLocalBuildInfo -> UnitId

    Cabal Distribution.Simple.LocalBuildInfo

    The computed UnitId which uniquely identifies this component. Might be hashed.

  4. componentUnitId :: ComponentLocalBuildInfo -> UnitId

    Cabal Distribution.Simple.LocalBuildInfo

    The computed UnitId which uniquely identifies this component. Might be hashed.

  5. componentUnitId :: ComponentLocalBuildInfo -> UnitId

    Cabal Distribution.Simple.LocalBuildInfo

    The computed UnitId which uniquely identifies this component. Might be hashed.

  6. componentUnitId :: ComponentLocalBuildInfo -> UnitId

    Cabal Distribution.Simple.LocalBuildInfo

    The computed UnitId which uniquely identifies this component. Might be hashed.

  7. localComponentId :: LocalBuildInfo -> ComponentId

    Cabal Distribution.Simple.LocalBuildInfo

    Extract the ComponentId from the public library component of a LocalBuildInfo if it exists, or make a fake component ID based on the package ID.

  8. localUnitId :: LocalBuildInfo -> UnitId

    Cabal Distribution.Simple.LocalBuildInfo

    Extract the UnitId from the library component of a LocalBuildInfo if it exists, or make a fake unit ID based on the package ID.

  9. allPackagesBySourcePackageId :: HasUnitId a => PackageIndex a -> [(PackageId, [a])]

    Cabal Distribution.Simple.PackageIndex

    Get all the packages from the index. They are grouped by source package id (package name and version). (Doesn't include private libraries)

  10. allPackagesBySourcePackageIdAndLibName :: HasUnitId a => PackageIndex a -> [((PackageId, LibraryName), [a])]

    Cabal Distribution.Simple.PackageIndex

    Get all the packages from the index. They are grouped by source package id and library name. This DOES include internal libraries.

Page 432 of many | Previous | Next