stack-2.15.3: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.Exec

Description

Types and function related to Stack's exec, ghc, run, runghc and runhaskell commands.

Synopsis

Documentation

data ExecOpts Source #

Constructors

ExecOpts 

Instances

Instances details
Show ExecOpts Source # 
Instance details

Defined in Stack.Exec

data SpecialExecCmd Source #

Instances

Instances details
Show SpecialExecCmd Source # 
Instance details

Defined in Stack.Exec

Eq SpecialExecCmd Source # 
Instance details

Defined in Stack.Exec

data ExecOptsExtra Source #

Constructors

ExecOptsExtra 

Instances

Instances details
Show ExecOptsExtra Source # 
Instance details

Defined in Stack.Exec

execCmd :: ExecOpts -> RIO Runner () Source #

The function underlying Stack's exec, ghc, run, runghc and runhaskell commands. Execute a command.