 | Cabal-1.2.1: 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 |
:: Verbosity | verbosity
| -> ProgramConfiguration | | -> Bool | has vanilla library
| -> Bool | has profiling library
| -> Bool | has GHCi libs
| -> FilePath | install location
| -> FilePath | Build location
| -> PackageDescription | | -> IO () | | Install for ghc, .hi, .a and, if --with-ghci given, .o
|
|
|
installExe |
|
|
ghcVerbosityOptions :: Verbosity -> [String] |
|
Produced by Haddock version 0.8 |