Haskell Hierarchical Libraries (Cabal package)
Source code
Contents
Index
Distribution.Simple.GHC
Portability
portable
Stability
alpha
Maintainer
Isaac 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
::
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