Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Paths_rattletrap
Description
overwritten if the module is regenerated.
This module exports a function to locate data files, and values that record the version of the package and some directories which the package has been configured to be installed into.
For further information about Cabal's options for its configuration step, and their default values, see the Cabal User Guide.
Synopsis
Documentation
getBinDir :: IO FilePath Source #
The location of the directory specified by Cabal's --bindir
option (where
executables that the user might invoke are installed). This can be overridden
at runtime using the environment variable rattletrap_bindir.
getLibDir :: IO FilePath Source #
The location of the directory specified by Cabal's --libdir
option (where
object libraries are installed). This can be overridden at runtime using the
environment variable rattletrap_libdir.
getDynLibDir :: IO FilePath Source #
The location of the directory specified by Cabal's --dynlibdir
option
(where dynamic libraries are installed). This can be overridden at runtime
using the environment variable rattletrap_dynlibdir.
getDataDir :: IO FilePath Source #
The location of the directory specified by Cabal's --datadir
option (where
architecture-independent data files are installed). This can be overridden at
runtime using the environment variable rattletrap_datadir.
getLibexecDir :: IO FilePath Source #
The location of the directory specified by Cabal's --libexedir
option
(where executables that are not expected to be invoked directly by the user
are installed). This can be overridden at runtime using the environment
variable rattletrap_libexedir.
getDataFileName :: FilePath -> IO FilePath Source #
If the argument is a filename, the result is the name of a corresponding
file on the system on which the program is running, if the file were listed
in the data-files
field of the package's Cabal package description file.
No check is performed that the given filename is listed in that field.
getSysconfDir :: IO FilePath Source #
The location of the directory specified by Cabal's --sysconfdir
option
(where configuration files are installed). This can be overridden at runtime
using the environment variable rattletrap_sysconfdir.