Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupByRecordName :: Name -> DatatypeInfo -> ConstructorInfoth-abstraction Language.Haskell.TH.Datatype Given a DatatypeInfo, find the ConstructorInfo corresponding to the Name of one of its constructors.
lookupComponent :: PackageDescription -> ComponentName -> Maybe ComponentCabal Distribution.Simple.LocalBuildInfo No documentation available.
lookupComponentId :: PackageIndex a -> ComponentId -> Maybe aCabal Distribution.Simple.PackageIndex Does a lookup by component identifier. In the absence of Backpack, this is just a lookupUnitId.
-
Cabal Distribution.Simple.PackageIndex Does a lookup by source package name and a range of versions. We get back any number of versions of the specified package name, all satisfying the version range constraint. This does NOT work for internal dependencies, DO NOT use this function on those; use lookupInternalDependency instead. INVARIANT: List of eligible InstalledPackageInfo is non-empty.
-
Cabal Distribution.Simple.PackageIndex Does a lookup by source package name and a range of versions. We get back any number of versions of the specified package name, all satisfying the version range constraint. INVARIANT: List of eligible InstalledPackageInfo is non-empty.
lookupPackageId :: PackageIndex a -> PackageId -> Maybe aCabal Distribution.Simple.PackageIndex Convenient alias of lookupSourcePackageId, but assuming only one package per package ID.
lookupPackageName :: PackageIndex a -> PackageName -> [(Version, [a])]Cabal Distribution.Simple.PackageIndex Does a lookup by source package name.
lookupSourcePackageId :: PackageIndex a -> PackageId -> [a]Cabal Distribution.Simple.PackageIndex Does a lookup by source package id (name & version). There can be multiple installed packages with the same source PackageId but different UnitId. They are returned in order of preference, with the most preferred first.
lookupUnitId :: PackageIndex a -> UnitId -> Maybe aCabal Distribution.Simple.PackageIndex Does a lookup by unit identifier. Since multiple package DBs mask each other by UnitId, then we get back at most one package.
lookupKnownProgram :: String -> ProgramDb -> Maybe ProgramCabal Distribution.Simple.Program No documentation available.