Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setMapMaybe :: Ord b => (a -> Maybe b) -> Set a -> Set b

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  2. zipMaps :: Ord k => (k -> Maybe a -> Maybe b -> Maybe c) -> Map k a -> Map k b -> Map k c

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  3. module Distribution.Client.Compat.Semaphore

    No documentation available.

  4. type AsyncFetchMap = Map UnresolvedPkgLoc MVar Either SomeException ResolvedPkgLoc

    cabal-install Distribution.Client.FetchUtils

    No documentation available.

  5. toMap :: GenericInstallPlan ipkg srcpkg -> Map UnitId (GenericPlanPackage ipkg srcpkg)

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  6. jobControlSemaphore :: JobControl m a -> Maybe SemaphoreName

    cabal-install Distribution.Client.JobControl

    Name of the semaphore which can be used to control parallelism, if one is available for that job control type.

  7. newSemaphoreJobControl :: WithCallStack (Verbosity -> Int -> IO (JobControl IO a))

    cabal-install Distribution.Client.JobControl

    Make a JobControl where the parallism is controlled by a semaphore. This uses the GHC -jsem option to allow GHC to take additional semaphore slots if we are not using them all.

  8. type BuildStatusMap = Map UnitId BuildStatus

    cabal-install Distribution.Client.ProjectBuilding

    The BuildStatus of every package in the ElaboratedInstallPlan. This is used as the result of the dry-run of building an install plan.

  9. type BuildStatusMap = Map UnitId BuildStatus

    cabal-install Distribution.Client.ProjectBuilding.Types

    The BuildStatus of every package in the ElaboratedInstallPlan. This is used as the result of the dry-run of building an install plan.

  10. getMapLast :: MapLast k v -> Map k v

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

Page 1132 of many | Previous | Next