Cabal-1.3.12: A framework for packaging Haskell softwareContentsIndex
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
install
:: 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.9