stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

Stack.Eval

Description

Types and functions related to Stack's eval command.

Synopsis

Documentation

data EvalOpts Source #

Type representing command line options for the stack eval command.

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.