| Cabal-1.1.5.9.4: A framework for packaging Haskell software | Contents | Index |
|
Distribution.Simple.GHC | Portability | portable | Stability | alpha | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
build :: PackageDescription -> LocalBuildInfo -> Int -> IO () |
Building for GHC. If .ghc-packages exists and is readable, add
it to the command-line.
|
|
installLib |
:: Int | verbose
| -> 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 |
:: Int | verbose
| -> FilePath | install location
| -> FilePath | Build location
| -> PackageDescription | | -> IO () | | Install executables for GHC.
|
|
|
Produced by Haddock version 0.8 |