cabal-helper-1.0.0.0: Give Haskell development tools access to Cabal project environment

LicenseApache-2.0
Safe HaskellNone
LanguageHaskell2010

CabalHelper.Compiletime.Process

Description

 
Synopsis

Documentation

callProcessStderr' :: Verbose => Maybe FilePath -> [(String, EnvOverride)] -> FilePath -> [String] -> IO ExitCode Source #

Essentially callProcess but returns exit code, has additional options and logging to stderr when verbosity is enabled.

callProcessStderr :: Verbose => Maybe FilePath -> [(String, EnvOverride)] -> FilePath -> [String] -> IO () Source #

Essentially callProcess but with additional options and logging to stderr when verbosity is enabled.