|
| 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 |
|
|
|
| Documentation |
|
| install |
|
|
| mkBinDir :: PackageDescription -> LocalBuildInfo -> Maybe FilePath -> FilePath |
|
| mkLibDir :: PackageDescription -> LocalBuildInfo -> Maybe FilePath -> FilePath |
|
| hugsPackageDir :: PackageDescription -> LocalBuildInfo -> FilePath |
| Prefix for Hugs package directories |
|
| hugsProgramsDir :: PackageDescription -> LocalBuildInfo -> FilePath |
| Prefix for Hugs program directories |
|
| hugsMainFilename :: Executable -> FilePath |
| Filename used by Hugs for the main module of an executable.
This is a simple filename, so that Hugs will look for any auxiliary
modules it uses relative to the directory it's in. |
|
| Produced by Haddock version 0.6 |