Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. allPackages :: PackageIndex a -> [a]

    Cabal Distribution.Simple.PackageIndex

    Get all the packages from the index.

  2. allPackagesByName :: PackageIndex a -> [(PackageName, [a])]

    Cabal Distribution.Simple.PackageIndex

    Get all the packages from the index. They are grouped by package name (case-sensitively). (Doesn't include private libraries.)

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

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

  5. allTargetsInBuildOrder :: LocalBuildInfo -> [TargetInfo]

    Cabal Distribution.Types.LocalBuildInfo

    Warning: By using this function, you may be introducing a bug where you retrieve a Component which does not have HookedBuildInfo applied to it. See the documentation for HookedBuildInfo for an explanation of the issue. If you have a PackageDescription handy (NOT from the LocalBuildInfo), try using the primed version of the function, which takes it as an extra argument.

  6. allTargetsInBuildOrder' :: PackageDescription -> LocalBuildInfo -> [TargetInfo]

    Cabal Distribution.Types.LocalBuildInfo

    Return the list of default TargetInfos associated with a configured package, in the order they need to be built. Has a prime because it takes a PackageDescription argument which may disagree with localPkgDescr in LocalBuildInfo.

  7. allNameStringList :: [String]

    ghc GHC.Builtin.Names

    No documentation available.

  8. allNameStrings :: Infinite String

    ghc GHC.Builtin.Names

    No documentation available.

  9. all_RDR :: RdrName

    ghc GHC.Builtin.Names

    No documentation available.

  10. allPhasesDataConKey :: Unique

    ghc GHC.Builtin.Names.TH

    No documentation available.

Page 80 of many | Previous | Next