@hackage libconfig0.2.0.0
Haskell bindings to libconfig
Categories
License
BSD-3-Clause
Maintainer
mpeddie@gmail.com
Links
Versions
Installation
Dependencies (10)
Dependents (1)
@hackage/acme-everything
Package Flags
prisms
(on by default)
Build prisms along with lenses (adds a dependency on profunctors).
If tests are enabled, this also adds a
dependency on lens for the test suite.
If this flag is disabled, no lens tests will be run. This is suboptimal but simpler than adding another cabal flag.
binary
(on by default)
Provide instances for Data.Binary.Binary from
the binary package. This is done by Generics
and will not work on GHCs older than 7.8,
because they are pinned to binary version 0.5 or
older.
cereal
(on by default)
Provide instances for Data.Serialize.Serialize
from the cereal package
Low-level FFI bindings to the libconfig configuration file library.
This binding is very low-level at the moment, but higher-level safe interfaces are planned.
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.