| Cabal-1.8.0.2: A framework for packaging Haskell software | Contents | Index |
|
Distribution.Simple.Build | Portability | portable | Maintainer | cabal-devel@haskell.org |
|
|
|
Description |
This is the entry point to actually building the modules in a package. It
doesn't actually do much itself, most of the work is delegated to
compiler-specific actions. It does do some non-compiler specific bits like
running pre-processors.
|
|
Synopsis |
|
|
|
Documentation |
|
build |
|
|
initialBuildSteps |
|
|
writeAutogenFiles :: Verbosity -> PackageDescription -> LocalBuildInfo -> IO () |
Generate and write out the Paths_pkg.hs and cabal_macros.h files
|
|
Produced by Haddock version 2.5.0 |