Safe Haskell | None |
---|---|
Language | Haskell2010 |
Configuration file types, together with json instances.
- data ConfigException
- data ConfDate
- data ConfRange
- data ConfOutputType
- = TimelineOutput {
- toParams :: !TimelineParams
- toReport :: !Text
- | SummaryOutput !SummaryParams
- | BlockOutput {
- boParams :: !BlockParams
- boReport :: !Text
- = TimelineOutput {
- data ConfOutput = ConfOutput {
- coType :: !ConfOutputType
- coName :: !Text
- data ConfScope = ConfScope {}
- data ConfReport = ConfReport {
- crName :: !Text
- crScope :: !Text
- crRange :: !ConfRange
- crModifiers :: ![ScopeModifier]
- data OrgStatConfig = OrgStatConfig {
- confScopes :: ![ConfScope]
- confReports :: ![ConfReport]
- confOutputs :: ![ConfOutput]
- confBaseTimelineParams :: !TimelineParams
- confTodoKeywords :: ![Text]
- confOutputDir :: !FilePath
- confColorSalt :: !Int
Documentation
data ConfigException Source #
Exception type for everything bad that happens with config, starting from parsing to logic errors.
data ConfOutputType Source #
data ConfOutput Source #
ConfOutput | |
|
data ConfReport Source #
ConfReport | |
|
data OrgStatConfig Source #
OrgStatConfig | |
|