| Cabal-1.6.0.3: 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.
There's some stuff to do with generating makefiles which is a well hidden
feature that's used to build libraries inside the GHC build system but which
we'd like to kill off and replace with something better (doing our own
dependency analysis properly).
|
|
Synopsis |
|
|
|
Documentation |
|
build |
|
|
makefile |
|
|
initialBuildSteps |
|
|
writeAutogenFiles :: Verbosity -> PackageDescription -> LocalBuildInfo -> IO () |
Generate and write out the Paths_pkg.hs and cabal_macros.h files
|
|
Produced by Haddock version 2.4.2 |