Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Stack.Options.DotParser
Synopsis
- dotOptsParser :: Bool -> Parser DotOpts
- separatorParser :: Parser Text
- licenseParser :: Parser Bool
- listDepsFormatOptsParser :: Parser ListDepsFormatOpts
- listDepsTreeParser :: Parser ListDepsFormat
- listDepsTextParser :: Parser ListDepsFormat
- listDepsJsonParser :: Parser ListDepsFormat
- toListDepsOptsParser :: Parser ListDepsFormat -> Parser ListDepsOpts
- formatSubCommand :: String -> String -> Parser ListDepsFormat -> Mod CommandFields ListDepsOpts
- listDepsOptsParser :: Parser ListDepsOpts
Documentation
dotOptsParser :: Bool -> Parser DotOpts Source #
Parser for arguments to `stack dot`
separatorParser :: Parser Text Source #
licenseParser :: Parser Bool Source #
listDepsFormatOptsParser :: Parser ListDepsFormatOpts Source #
listDepsTreeParser :: Parser ListDepsFormat Source #
listDepsTextParser :: Parser ListDepsFormat Source #
listDepsJsonParser :: Parser ListDepsFormat Source #
toListDepsOptsParser :: Parser ListDepsFormat -> Parser ListDepsOpts Source #
formatSubCommand :: String -> String -> Parser ListDepsFormat -> Mod CommandFields ListDepsOpts Source #
listDepsOptsParser :: Parser ListDepsOpts Source #
Parser for arguments to `stack ls dependencies`.