gitHUD-1.3.6: More efficient replacement to the great git-radar

Safe HaskellSafe
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