Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allPackages :: PackageIndex a -> [a]Cabal Distribution.Simple.PackageIndex Get all the packages from the index.
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.)
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)
-
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.
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.
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.
allowInterrupt :: MonadBase IO m => m ()lifted-base Control.Exception.Lifted Generalized version of allowInterrupt.
allowedMethod :: Method -> Request -> Boolservant-server Servant.Server.Internal No documentation available.
allowedMethodHead :: Method -> Request -> Boolservant-server Servant.Server.Internal No documentation available.
allocGArray :: CUInt -> IO (Ptr (GArray a))haskell-gi-base Data.GI.Base.GArray Allocate a GArray with elements of the given size.