Cabal-1.2.1: A framework for packaging Haskell software
Contents
Index
Distribution.Simple.Build
Portability
portable
Stability
alpha
Maintainer
Isaac Jones <ijones@syntaxpolice.org>
Description
Invokes the
Distribution.Compiler
s to build the library and executables in this package.
Synopsis
build
::
PackageDescription
->
LocalBuildInfo
->
BuildFlags
-> [
PPSuffixHandler
] -> IO ()
makefile
::
PackageDescription
->
LocalBuildInfo
->
MakefileFlags
-> [
PPSuffixHandler
] -> IO ()
Documentation
build
::
PackageDescription
mostly information from the .cabal file
->
LocalBuildInfo
Configuration information
->
BuildFlags
Flags that the user passed to build
-> [
PPSuffixHandler
]
preprocessors to run before compiling
-> IO ()
Build the libraries and executables in this package.
makefile
::
PackageDescription
mostly information from the .cabal file
->
LocalBuildInfo
Configuration information
->
MakefileFlags
Flags that the user passed to makefile
-> [
PPSuffixHandler
]
preprocessors to run before compiling
-> IO ()
Produced by
Haddock
version 0.8