githud-3.2.0: Heads up, and you see your GIT context

Safe HaskellNone
LanguageHaskell2010

GitHUD.Config.Parse

Synopsis

Documentation

fallThroughItemParser :: Parser ConfigItem Source #

Must not be able to process an empty string This is mandated by the use of many in configFileParser Therefore the definition `manyTill anyChar eof` is invalid, thus using newline

data ConfigItem Source #

Instances
Eq ConfigItem Source # 
Instance details

Defined in GitHUD.Config.Parse

Show ConfigItem Source # 
Instance details

Defined in GitHUD.Config.Parse