BlogLiterately-0.7.0.1: A tool for posting Haskelly articles to blogs

MaintainerBrent Yorgey <byorgey@gmail.com>
Safe HaskellNone

Text.BlogLiterately.Options.Parse

Description

Parsing configuration options from special [BLOpts] blocks.

Synopsis

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.