Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
cabal-install Distribution.Client.ProjectOrchestration No documentation available.
-
cabal-install Distribution.Client.ProjectOrchestration This holds the context between the pre-build, build and post-build phases.
-
cabal-install Distribution.Client.ProjectOrchestration No documentation available.
module Distribution.Client.
ProjectPlanOutput No documentation available.
-
cabal-install Distribution.Client.ProjectPlanOutput No documentation available.
-
cabal-install Distribution.Client.ProjectPlanOutput No documentation available.
module Distribution.Client.
ProjectPlanning Elaborated: worked out with great care and nicety of detail; executed with great minuteness: elaborate preparations; elaborate care. In this module we construct an install plan that includes all the information needed to execute it. Building a project is therefore split into two phases:
- The construction of the install plan (which as far as possible should be pure), done here.
- The execution of the plan, done in ProjectBuilding
- A ElaboratedInstallPlan. This is a GenericInstallPlan with a representation of source packages that includes a lot more detail about that package's individual configuration
- A ElaboratedSharedConfig. Some package configuration is the same for every package in a plan. Rather than duplicate that info every entry in the GenericInstallPlan we keep that separately.
module Distribution.Client.Sandbox.
PackageEnvironment Utilities for working with the package environment file. Patterned after Distribution.Client.Config.
-
cabal-install Distribution.Client.Sandbox.PackageEnvironment No documentation available.
PackageEnvironment :: SavedConfig -> PackageEnvironmentcabal-install Distribution.Client.Sandbox.PackageEnvironment No documentation available.