stack-0.1.10.1: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Exec

Description

Execute commands within the properly configured Stack environment.

Synopsis

Documentation

defaultEnvSettings :: EnvSettings Source

Default EnvSettings which includes locals and GHC_PACKAGE_PATH

plainEnvSettings :: EnvSettings Source

Environment settings which do not embellish the environment

exec :: (MonadIO m, MonadLogger m, MonadThrow m, MonadBaseControl IO m) => EnvOverride -> String -> [String] -> m b Source

Execute a process within the Stack configured environment.