Cabal-1.4.0.0: A framework for packaging Haskell software
Source code
Contents
Index
Distribution.Simple.NHC
Portability
portable
Stability
alpha
Maintainer
Isaac Jones <ijones@syntaxpolice.org>
Description
Synopsis
configure
::
Verbosity
->
Maybe
FilePath
->
Maybe
FilePath
->
ProgramConfiguration
->
IO
(
Compiler
,
ProgramConfiguration
)
build
::
PackageDescription
->
LocalBuildInfo
->
Verbosity
->
IO
()
installLib
::
Verbosity
->
FilePath
->
FilePath
->
PackageIdentifier
->
Library
->
IO
()
installExe
::
Verbosity
->
FilePath
->
FilePath
-> (
FilePath
,
FilePath
) ->
Executable
->
IO
()
Documentation
configure
::
Verbosity
->
Maybe
FilePath
->
Maybe
FilePath
->
ProgramConfiguration
->
IO
(
Compiler
,
ProgramConfiguration
)
Source
build
::
PackageDescription
->
LocalBuildInfo
->
Verbosity
->
IO
()
Source
FIX: For now, the target must contain a main module. Not used ATM. Re-add later.
installLib
Source
::
Verbosity
verbosity
->
FilePath
install location
->
FilePath
Build location
->
PackageIdentifier
->
Library
->
IO
()
Install for nhc98: .hi and .a files
installExe
Source
::
Verbosity
verbosity
->
FilePath
install location
->
FilePath
Build location
-> (
FilePath
,
FilePath
)
Executable (prefix,suffix)
->
Executable
->
IO
()
Install executables for GHC.
Produced by
Haddock
version 2.3.0