Cabal-3.4.1.0: A framework for packaging Haskell software
CopyrightIsaac Jones 2003-2005
Ross Paterson 2006
Duncan Coutts 2007-2008
Maintainercabal-devel@haskell.org
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Simple.Build.PathsModule

Description

Generating the Paths_pkgname module.

This is a module that Cabal generates for the benefit of packages. It enables them to find their version number and find any installed data files at runtime. This code should probably be split off into another module.

Synopsis

Documentation

pkgPathEnvVar Source #

Arguments

:: PackageDescription 
-> String

path component; one of "bindir", "libdir", "datadir", "libexecdir", or "sysconfdir"

-> String

environment variable name

Generates the name of the environment variable controlling the path component of interest.

Note: The format of these strings is part of Cabal's public API; changing this function constitutes a *backwards-compatibility* break.