Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
CliConfig | |
|
Instances
The verbosity data type, used by shakeVerbosity
.
Silent | Don't print any messages. |
Error | Only print error messages. |
Warn | Print errors and warnings. |
Info | Print errors, warnings and |
Verbose | Print errors, warnings, full command lines when running a |
Diagnostic | Print messages for virtually everything (mostly for debugging). |
Instances
Parser helpers
watchOption :: Parser Bool Source #