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

Stack.Eval

Description

Types and functions related to Stack's eval command.

Synopsis

Documentation

data EvalOpts Source #

Constructors

EvalOpts 

Fields

Instances

Instances details
Show EvalOpts Source # 
Instance details

Defined in Stack.Eval

evalCmd :: EvalOpts -> RIO Runner () Source #

Function underlying the stack eval command. Evaluate some Haskell code inline.