ConfigFile: Configuration file reading & writing
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.
[Skip to Readme]
Versions [faq] | 1.0.0, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4 |
---|---|
Dependencies | base (<5), containers, HUnit, MissingH (>=1.0.0), mtl, parsec, testpack [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2004-2014 John Goerzen |
Author | John Goerzen |
Maintainer | John Goerzen <jgoerzen@complete.org> |
Category | Parsing |
Home page | http://software.complete.org/configfile |
Uploaded | by JohnGoerzen at 2014-10-30T01:06:52Z |
Distributions | Debian:1.1.4, Fedora:1.1.4, FreeBSD:1.1.4, NixOS:1.1.4 |
Executables | runtests |
Downloads | 20228 total (88 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-09-27 [all 1 reports] |
Flags
Name | Description | Default | Type |
---|---|---|---|
buildtests | Build the executable to run unit tests | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- ConfigFile-1.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)