stack-0.1.6.0: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Options

Synopsis

Documentation

data Command Source

Command sum type for conditional arguments.

Constructors

Build 
Test 
Haddock 
Bench 
Install 

Instances

benchOptsParser :: Parser BenchmarkOpts Source

Parser for bench arguments.

buildOptsParser :: Command -> Parser BuildOpts Source

Parser for build arguments.

configOptsParser :: Bool -> Parser ConfigMonoid Source

Command-line arguments parser for configuration.

dockerOptsParser :: Bool -> Parser DockerOptsMonoid Source

Options parser configuration for Docker.

dockerCleanupOptsParser :: Parser CleanupOpts Source

Parser for docker cleanup arguments.

dotOptsParser :: Parser DotOpts Source

Parser for arguments to `stack dot`

execOptsParser Source

Arguments

:: Maybe String

command

-> Parser ExecOpts 

Parser for exec command

globalOptsParser :: Bool -> Parser GlobalOpts Source

Parser for global command-line options.

newOptsParser :: Parser (NewOpts, InitOpts) Source

Parser for stack new.

logLevelOptsParser :: Parser LogLevel Source

Parse for a logging level.

solverOptsParser :: Parser Bool Source

Parser for solverCmd

testOptsParser :: Parser TestOpts Source

Parser for test arguments.