| Maintainer | Brent Yorgey <byorgey@gmail.com> |
|---|---|
| Safe Haskell | None |
Text.BlogLiterately.Options.Parse
Description
Parsing configuration options from special [BLOpts] blocks.
Documentation
readBLOptions :: String -> ([ParseError], BlogLiterately)Source
Convert the contents of a [BLOpts] block into an options record
and a list of parse errors.
readBLOption :: String -> Either ParseError BlogLiteratelySource
Read a single line from a [BLOpts] block.
parseBLOption :: Parser BlogLiteratelySource
Parse a single line from a [BLOpts] block.