|
|
|
| Description |
| Simple build system for packages
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Construct a dependency graph for a package
pointing to the packages which depend on the subject package
|
|
|
| Construct a make chain for a package,
which is a plan of the build to perform.
Consumes settings, the workspace and a list of targets.
|
|
|
|
|
|
|
| Constructors | | MakeSettings | | | msMakeMode :: Bool | | | msSingleBuildWithoutLinking :: Bool | | | msSaveAllBeforeBuild :: Bool | | | msBackgroundBuild :: Bool | | | msDontInstallLast :: Bool | |
|
|
|
|
|
| a make operation
| | Constructors | | MoConfigure | | | MoBuild | | | MoInstall | | | MoClean | | | MoDocu | | | MoOther String | | | MoComposed [MakeOp] | |
| Instances | |
|
|
|
|
| Produced by Haddock version 2.6.1 |