language-conf

Conf parsers and pretty-printers for the Haskell programming language.

https://github.com/beijaflor-io/haskell-language-conf#readme

Latest on Hackage:0.2.2.0@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Pedro Tacla Yamada
Maintained by [email protected]

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