Cabal-1.22.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

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

Extension for executable files (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)