Cabal-1.2.3.0: A framework for packaging Haskell softwareSource codeContentsIndex
Distribution.Simple.Install
Portabilityportable
Stabilityalpha
MaintainerIsaac Jones <ijones@syntaxpolice.org>
Description
Explanation: Perform the "./setup install" and "./setup copy" actions. Move files into place based on the prefix argument.
Synopsis
install :: PackageDescription -> LocalBuildInfo -> CopyFlags -> IO ()
Documentation
installSource
:: PackageDescriptioninformation from the .cabal file
-> LocalBuildInfoinformation from the configure step
-> CopyFlagsflags sent to copy or install
-> IO ()
Perform the "./setup install" and "./setup copy" actions. Move files into place based on the prefix argument. FIX: nhc isn't implemented yet.
Produced by Haddock version 0.8