stack-2.7.5: The Haskell Tool Stack
Safe HaskellNone
LanguageHaskell2010

Stack.Options.ScriptParser

Documentation

data ScriptOpts Source #

Instances

Instances details
Show ScriptOpts Source # 
Instance details

Defined in Stack.Options.ScriptParser

Methods

showsPrec :: Int -> ScriptOpts -> ShowS

show :: ScriptOpts -> String #

showList :: [ScriptOpts] -> ShowS

data ScriptExecute Source #

Instances

Instances details
Show ScriptExecute Source # 
Instance details

Defined in Stack.Options.ScriptParser

Methods

showsPrec :: Int -> ScriptExecute -> ShowS

show :: ScriptExecute -> String #

showList :: [ScriptExecute] -> ShowS

data ShouldRun Source #

Constructors

YesRun 
NoRun 

Instances

Instances details
Show ShouldRun Source # 
Instance details

Defined in Stack.Options.ScriptParser

Methods

showsPrec :: Int -> ShouldRun -> ShowS

show :: ShouldRun -> String #

showList :: [ShouldRun] -> ShowS