@hackage / language-conf

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

Latest0.2.2.0

About

Metadata

  • Last updated , by sjakobi
  • License MIT
  • Maintained by: tacla.yamada@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    conffmt (off by default)

    Build the conffmt utility

    fromconf (off by default)

    Build the fromconf utility

    toconf (off by default)

    Build the toconf utility

Readme

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