@hackage libconfig0.3.0.0
Haskell bindings to libconfig
Categories
License
BSD-3-Clause
Maintainer
mpeddie@gmail.com
Links
Versions
Installation
Dependencies (11)
Dependents (1)
@hackage/acme-everything
Package Flags
prisms
(on by default)
Build prisms along with lenses (adds a
dependency on the profunctors package).
If tests are enabled, this flag also adds a
dependency on lens for the test suite.
If this flag is disabled, no tests for Language.Libconfig.Optics will be run at all.
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 ship with 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 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.