gen-header
Safe HaskellSafe-Inferred
LanguageHaskell2010

Paths_ouroboros_consensus

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

versionVersion Source #

The package version.

getBinDirIO 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 ouroboros_consensus_bindir.

getLibDirIO 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 ouroboros_consensus_libdir.

getDynLibDirIO 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 ouroboros_consensus_dynlibdir.

getDataDirIO 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 ouroboros_consensus_datadir.

getLibexecDirIO 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 ouroboros_consensus_libexedir.

getDataFileNameFilePathIO 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.

getSysconfDirIO 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 ouroboros_consensus_sysconfdir.