Cabal-1.2.2.0: A framework for packaging Haskell softwareContentsIndex
Distribution.Simple.Build
Portabilityportable
Stabilityalpha
MaintainerIsaac Jones <ijones@syntaxpolice.org>
Description
Invokes the Distribution.Compilers to build the library and executables in this package.
Synopsis
build :: PackageDescription -> LocalBuildInfo -> BuildFlags -> [PPSuffixHandler] -> IO ()
makefile :: PackageDescription -> LocalBuildInfo -> MakefileFlags -> [PPSuffixHandler] -> IO ()
Documentation
build
:: PackageDescriptionmostly information from the .cabal file
-> LocalBuildInfoConfiguration information
-> BuildFlagsFlags that the user passed to build
-> [PPSuffixHandler]preprocessors to run before compiling
-> IO ()
Build the libraries and executables in this package.
makefile
:: PackageDescriptionmostly information from the .cabal file
-> LocalBuildInfoConfiguration information
-> MakefileFlagsFlags that the user passed to makefile
-> [PPSuffixHandler]preprocessors to run before compiling
-> IO ()
Produced by Haddock version 0.8