Description
Conf parsers and pretty-printers for the Haskell programming language.
Description
language-conf
contains .conf
(e.g. nginx configuration) parsers and pretty-printers for the Haskell programming language. Data.Conf
exports all the API surface in the package. ConfFmt
is a .conf
file formatter that serves as an example; it's built as conffmt
by the cabal configuration. You can see its' source-code here