The Haskell CabalSource codeContentsIndex
Distribution.Simple.Install
Portability GHC
Stability alpha
Maintainer Isaac Jones <ijones@syntaxpolice.org>
Description
Explanation: Perform the ./setup install action. Move files into place based on the prefix argument.
Synopsis
install :: FilePath -> PackageDescription -> LocalBuildInfo -> Maybe FilePath -> Bool -> IO ()
mkBinDir :: PackageDescription -> LocalBuildInfo -> Maybe FilePath -> FilePath
mkLibDir :: PackageDescription -> LocalBuildInfo -> Maybe FilePath -> FilePath
Documentation
install
:: FilePathbuild location
-> PackageDescription
-> LocalBuildInfo
-> Maybe FilePathinstall-prefix
-> BoolInstall for user?
-> IO ()
FIX: nhc isn't implemented yet.
mkBinDir :: PackageDescription -> LocalBuildInfo -> Maybe FilePath -> FilePath
mkLibDir :: PackageDescription -> LocalBuildInfo -> Maybe FilePath -> FilePath
Produced by Haddock version 0.6