Cabal-1.24.2.0: A framework for packaging Haskell software

CopyrightIsaac Jones 2003-2004
Duncan Coutts 2008
LicenseBSD3
Maintainercabal-devel@haskell.org
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Distribution.Simple.BuildPaths

Description

A bunch of dirs, paths and file names used for intermediate build steps.

Synopsis

Documentation

haddockDirName :: HaddockTarget -> PackageDescription -> FilePath Source #

This is the name of the directory in which the generated haddocks should be stored. It does not include the distdochtml prefix.

haddockPref' :: HaddockTarget -> FilePath -> PackageDescription -> FilePath Source #

The directory to which generated haddock documentation should be written.

autogenModulesDir :: LocalBuildInfo -> String Source #

The directory in which we put auto-generated modules

autogenModuleName :: PackageDescription -> ModuleName Source #

The name of the auto-generated module associated with a package

exeExtension :: String Source #

Default extension for executable files on the current platform. (typically "" on Unix and "exe" on Windows or OS/2)

objExtension :: String Source #

Extension for object files. For GHC the extension is "o".

dllExtension :: String Source #

Extension for dynamically linked (or shared) libraries (typically "so" on Unix and "dll" on Windows)