stack-3.7.1: The Haskell Tool Stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2021

Stack.Types.GhciOpts

Description

Types related to Stack's ghci and repl commands.

Synopsis

Documentation

data GhciOpts Source #

Type respresenting command line options for Stack's ghci and repl commands.

Instances

Instances details
Show GhciOpts Source # 
Instance details

Defined in Stack.Types.GhciOpts

Methods

showsPrec :: Int -> GhciOpts -> ShowS

show :: GhciOpts -> String #

showList :: [GhciOpts] -> ShowS