stack-3.7.1: The Haskell Tool Stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2021

Stack.Types.EnvSettings

Description

 
Synopsis

Documentation

data EnvSettings Source #

Controls which version of the environment is used

Constructors

EnvSettings 

Fields

minimalEnvSettings :: EnvSettings Source #

Minimal EnvSettings which do not embellish the environment and do not pass through the GHCRTS environment variable. See https://github.com/commercialhaskell/stack/issues/3444

defaultEnvSettings :: EnvSettings Source #

Default EnvSettings which includes locals and GHC_PACKAGE_PATH.

Note that this also passes through the GHCRTS environment variable. See https://github.com/commercialhaskell/stack/issues/3444

plainEnvSettings :: EnvSettings Source #

Environment settings which do not embellish the environment

Note that this also passes through the GHCRTS environment variable. See https://github.com/commercialhaskell/stack/issues/3444