Name: ConfigFile Version: 1.0.3 License: LGPL Maintainer: John Goerzen Author: John Goerzen Copyright: Copyright (c) 2004-2006 John Goerzen license-file: COPYRIGHT extra-source-files: COPYING Category: Parsing homepage: http://software.complete.org/configfile synopsis: Configuration file reading & writing Description: Parser and writer for handling sectioned config files in Haskell. . The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer to work with, yet remains powerful and flexible. It is inspired by, and compatible with, Python's ConfigParser module. It uses files that resemble Windows .INI-style files, but with numerous improvements. . ConfigFile provides simple calls to both read and write config files. It's possible to make a config file parsable by this module, the Unix shell, and make. Stability: Stable Hs-Source-Dirs: src Exposed-Modules: Data.ConfigFile, Data.ConfigFile.Types, Data.ConfigFile.Parser Other-Modules: Data.ConfigFile.Lexer Extensions: ExistentialQuantification, OverlappingInstances, UndecidableInstances Build-Depends: parsec, base, haskell98, mtl, MissingH>=0.18.0 GHC-Options: -O2 Executable: runtests Buildable: False Main-Is: runtests.hs HS-Source-Dirs: testsrc, . Extensions: ExistentialQuantification, OverlappingInstances, UndecidableInstances, CPP