libconfig

Haskell bindings to libconfig

https://github.com/peddie/libconfig-haskell

Latest on Hackage:0.3.0.0

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.

BSD-3-Clause licensed by Matthew Peddie
Maintained by [email protected]

Low-level FFI bindings to the libconfig configuration file library.

This library only binds to version 1.4.9 of the libconfig library, which is known as libconfig9 in Debian-like distributions, including Ubuntu. It will not work with older versions of libconfig, including the libconfig8 distributed in Ubuntu 12.04.

See below for several flags you can use to reduce dependencies if this is a problem for you. If you disable everything, this package will only depend on transformers, text, hashable and deepseq.