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. componentUnitId :: ComponentLocalBuildInfo -> UnitId

    Cabal Distribution.Types.ComponentLocalBuildInfo

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

  2. componentUnitId :: ComponentLocalBuildInfo -> UnitId

    Cabal Distribution.Types.ComponentLocalBuildInfo

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

  3. givenComponentId :: GivenComponent -> ComponentId

    Cabal Distribution.Types.GivenComponent

    No documentation available.

  4. localComponentId :: LocalBuildInfo -> ComponentId

    Cabal Distribution.Types.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.

  5. localUnitId :: LocalBuildInfo -> UnitId

    Cabal Distribution.Types.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.

  6. unitIdTarget :: LocalBuildInfo -> UnitId -> Maybe 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.

  7. unitIdTarget' :: PackageDescription -> LocalBuildInfo -> UnitId -> Maybe TargetInfo

    Cabal Distribution.Types.LocalBuildInfo

    No documentation available.

  8. fakePackageId :: PackageId

    Cabal Distribution.Types.PackageName.Magic

    fakePackageName with version0.

  9. AnId :: Id -> TyThing

    ghc GHC

    No documentation available.

  10. AnnFunId :: AnnKeywordId

    ghc GHC

    for function name in matches where there are multiple equations for the function.

Page 437 of many | Previous | Next