Cabal-1.10.2.0: A framework for packaging Haskell software

Portabilityportable
Maintainercabal-devel@haskell.org

Distribution.Simple.Build

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

buildSource

Arguments

:: 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.

initialBuildStepsSource

Arguments

:: FilePath

dist prefix

-> PackageDescription

mostly information from the .cabal file

-> LocalBuildInfo

Configuration information

-> Verbosity

The verbosity to use

-> [PPSuffixHandler]

preprocessors to run before compiling

-> IO () 

writeAutogenFiles :: Verbosity -> PackageDescription -> LocalBuildInfo -> IO ()Source

Generate and write out the Paths_pkg.hs and cabal_macros.h files