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.
getMapMappend :: MapMappend k v -> Map k vcabal-install Distribution.Client.ProjectConfig No documentation available.
projectConfigUseSemaphore :: ProjectConfigBuildOnly -> Flag Boolcabal-install Distribution.Client.ProjectConfig No documentation available.
getMapLast :: MapLast k v -> Map k vcabal-install Distribution.Client.ProjectConfig.Types No documentation available.
getMapMappend :: MapMappend k v -> Map k vcabal-install Distribution.Client.ProjectConfig.Types No documentation available.
projectConfigUseSemaphore :: ProjectConfigBuildOnly -> Flag Boolcabal-install Distribution.Client.ProjectConfig.Types No documentation available.
type
TargetsMap = Map UnitId [(ComponentTarget, NonEmpty TargetSelector)]cabal-install Distribution.Client.ProjectOrchestration The set of components to build, represented as a mapping from UnitIds to the ComponentTargets within the unit that will be selected (e.g. selected to build, test or repl). Associated with each ComponentTarget is the set of TargetSelectors that matched this target. Typically this is exactly one, but in general it is possible to for different selectors to match the same target. This extra information is primarily to help make helpful error messages.
targetsMap :: ProjectBuildContext -> TargetsMapcabal-install Distribution.Client.ProjectOrchestration The targets selected by selectPlanSubset. This is useful eg. in CmdRun, where we need a valid target to execute.
buildUseSemaphore :: BuildFlags -> Flag Stringcabal-install Distribution.Client.Setup No documentation available.
installUseSemaphore :: InstallFlags -> Flag Boolcabal-install Distribution.Client.Setup No documentation available.
toMap :: SolverInstallPlan -> Map SolverId SolverPlanPackagecabal-install Distribution.Client.SolverInstallPlan No documentation available.