 | Cabal-1.3.4: A framework for packaging Haskell software | Contents | Index |
|
| Distribution.Simple.BuildPaths | | Portability | portable | | Stability | alpha | | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
| Description |
| A bunch of dirs, paths and file names used for intermediate build steps.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| distPref :: FilePath |
|
| srcPref :: FilePath |
|
| hscolourPref :: PackageDescription -> FilePath |
|
| haddockPref :: PackageDescription -> FilePath |
|
| autogenModulesDir :: LocalBuildInfo -> String |
| The directory in which we put auto-generated modules
|
|
| autogenModuleName :: PackageDescription -> String |
| The name of the auto-generated module associated with a package
|
|
| haddockName :: PackageDescription -> FilePath |
|
| mkLibName |
|
|
| mkProfLibName |
|
|
| mkSharedLibName |
|
|
| exeExtension :: String |
| Extension for executable files
(typically "" on Unix and "exe" on Windows or OS/2)
|
|
| objExtension :: String |
| Extension for object files. For GHC and NHC the extension is "o".
Hugs uses either "o" or "obj" depending on the used C compiler.
|
|
| dllExtension :: String |
| Extension for dynamically linked (or shared) libraries
(typically "so" on Unix and "dll" on Windows)
|
|
| Produced by Haddock version 0.9 |