 | Cabal-1.3.4: A framework for packaging Haskell software | Contents | Index |
|
Distribution.Simple.GHC | Portability | portable | Stability | alpha | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
Description |
Build and Install implementations for GHC. See
GHCPackageConfig for
registration-related stuff.
|
|
Synopsis |
|
|
|
Documentation |
|
configure :: Verbosity -> Maybe FilePath -> Maybe FilePath -> ProgramConfiguration -> IO (Compiler, ProgramConfiguration) |
|
getInstalledPackages :: Verbosity -> PackageDB -> ProgramConfiguration -> IO [PackageIdentifier] |
|
build :: PackageDescription -> LocalBuildInfo -> Verbosity -> IO () |
Building for GHC. If .ghc-packages exists and is readable, add
it to the command-line.
|
|
makefile :: PackageDescription -> LocalBuildInfo -> MakefileFlags -> IO () |
|
installLib |
|
|
installExe |
|
|
ghcVerbosityOptions :: Verbosity -> [String] |
|
Produced by Haddock version 0.9 |