ConfigFile: Configuration file reading & writing

[ bsd3, library, parsing ] [ Propose Tags ] [ Report a vulnerability ]

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]

Flags

Automatic Flags
NameDescriptionDefault
buildtests

Build the executable to run unit tests

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS]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
Dependenciesbase (<5), containers, HUnit, MissingH (>=1.0.0), mtl (<2.3), parsec, testpack [details]
LicenseBSD-3-Clause
CopyrightCopyright (c) 2004-2014 John Goerzen
AuthorJohn Goerzen
MaintainerJohn Goerzen <jgoerzen@complete.org>
RevisedRevision 1 made by sjakobi at 2022-05-19T22:51:02Z
CategoryParsing
Home pagehttp://software.complete.org/configfile
Uploadedby JohnGoerzen at 2014-10-30T01:06:52Z
DistributionsArch:1.1.4, Debian:1.1.4, FreeBSD:1.1.4, NixOS:1.1.4
Reverse Dependencies18 direct, 4 indirect [details]
Executablesruntests
Downloads24122 total (13 in the last 30 days)
Rating(no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
StatusDocs available [build log]
Last success reported on 2015-09-27 [all 1 reports]

Readme for ConfigFile-1.1.4

[back to package description]
Welcome to ConfigFile. For more information, visit http://software.complete.org/configfile 
close