Cabal-1.8.0.2: A framework for packaging Haskell softwareSource codeContentsIndex
Distribution.Simple.Install
Portabilityportable
Maintainercabal-devel@haskell.org
Description
This is the entry point into installing a built package. Performs the "./setup install" and "./setup copy" actions. It moves files into place based on the prefix argument. It does the generic bits and then calls compiler-specific functions to do the rest.
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 2.6.0