libconfig-0.3.0.0: Haskell bindings to libconfig

Copyright(c) Matthew Peddie 2014
LicenseBSD3
Maintainermpeddie@gmail.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Language.Libconfig

Description

Top-level tools for working with the libconfig configuration file library. Please see the libconfig manual for documentation on the underlying model of the libconfig API.

This module re-exports everything you need for basic libconfig usage from Haskell. If you want to do something special and don't mind a bunch of mutation, you should import the low-level bindings:

import qualified Language.Libconfig.Bindings as C