BSD-3-Clause licensed and maintained by Bryan O'Sullivan
This version can be pinned in stack with:configurator-0.3.0.0@sha256:a96d4c52b93a4a7d5909421853964a26f1153f32f8c4f11f9e04b249653e4034,2653

Module documentation for 0.3.0.0

Welcome to configurator

This is a library for configuring Haskell daemons and programs.

Its features include:

  • Automatic, dynamic reloading in response to modifications to configuration files.

  • A simple, but flexible, configuration language, supporting several of the most commonly needed types of data, along with interpolation of strings from the configuration or the system environment (e.g. $(HOME)).

  • Subscription-based notification of changes to configuration properties.

  • An import directive allows the configuration of a complex application to be split across several smaller files, or configuration data to be shared across several applications.

Configuration file format

For details of the configuration file format, see the Haddock documentation.

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/bos/configurator.git

There’s also a Mercurial mirror:

  • hg clone http://bitbucket.org/bos/configurator

(You can create and contribute changes using either git or Mercurial.)

Authors

This library is written and maintained by Bryan O’Sullivan, [email protected].