Cabal-1.1.6.1: A framework for packaging Haskell softwareContentsIndex
Distribution.Simple.GHC
Portabilityportable
Stabilityalpha
MaintainerIsaac Jones <ijones@syntaxpolice.org>
Description
Synopsis
build :: PackageDescription -> LocalBuildInfo -> Int -> IO ()
installLib :: Int -> ProgramConfiguration -> Bool -> Bool -> Bool -> FilePath -> FilePath -> PackageDescription -> IO ()
installExe :: Int -> FilePath -> FilePath -> PackageDescription -> IO ()
Documentation
build :: PackageDescription -> LocalBuildInfo -> Int -> IO ()
Building for GHC. If .ghc-packages exists and is readable, add it to the command-line.
installLib
:: Intverbose
-> ProgramConfiguration
-> Boolhas vanilla library
-> Boolhas profiling library
-> Boolhas GHCi libs
-> FilePathinstall location
-> FilePathBuild location
-> PackageDescription
-> IO ()
Install for ghc, .hi, .a and, if --with-ghci given, .o
installExe
:: Intverbose
-> FilePathinstall location
-> FilePathBuild location
-> PackageDescription
-> IO ()
Install executables for GHC.
Produced by Haddock version 0.8