Cabal-1.10.2.0: A framework for packaging Haskell software

Portabilityportable
Maintainercabal-devel@haskell.org

Distribution.Simple.BuildPaths

Description

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

Synopsis

Documentation

autogenModulesDir :: LocalBuildInfo -> StringSource

The directory in which we put auto-generated modules

autogenModuleName :: PackageDescription -> ModuleNameSource

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

exeExtension :: StringSource

Extension for executable files (typically "" on Unix and "exe" on Windows or OS/2)

objExtension :: StringSource

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 :: StringSource

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