-
Notifications
You must be signed in to change notification settings - Fork 10
Home
ConfigFile is a configuration file parser and writer library for 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.
This software was written by John Goerzen. If you like it, you can send a few dollars my way via my tip jar, though that is certainly optional and doesn’t buy you anything.
- ConfigFile API Documentation — the reference to ConfigFile; more available from the ConfigFile Hackage Page
- File format
- Source downloads are available from the ConfigFile Hackage Page
- The latest development trees are available via the Github project page
- You can find Debian packages from the ConfigFile Debian Page.
- RPMs and packages for many other Linux and BSD distributions are also included with your distribution.
You can always download the source from the Downloads page and attach diffs. But it’s far better, both for you and for me, if you use Git. For more info, see http://help.github.com
I encourage the use of the haskell-cafe mailing list for questions and discussions about ConfigFile. Gmane has made available excellent archives of this list as well.