 | Cabal-1.6.0.1: A framework for packaging Haskell software | Contents | Index |
|
Distribution.Simple.NHC | Portability | portable | Maintainer | cabal-devel@haskell.org |
|
|
|
Description |
This module contains most of the NHC-specific code for configuring, building
and installing packages.
|
|
Synopsis |
|
|
|
Documentation |
|
configure :: Verbosity -> Maybe FilePath -> Maybe FilePath -> ProgramConfiguration -> IO (Compiler, ProgramConfiguration) |
|
build :: PackageDescription -> LocalBuildInfo -> Verbosity -> IO () |
FIX: For now, the target must contain a main module. Not used
ATM. Re-add later.
|
|
installLib |
|
|
installExe |
|
|
Produced by Haddock version 2.3.0 |