Skip to content

Commit

Permalink
Update top-level docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Jun 1, 2011
1 parent 987ef4b commit 651e6bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
15 changes: 9 additions & 6 deletions README.markdown
Expand Up @@ -7,14 +7,17 @@ Its features include:
* Automatic, dynamic reloading in response to modifications to
configuration files.

* The simple, but flexible, configuration language supports several of
the most commonly needed types of data, along with interpolation of
strings from the configuration or the system environment
* 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)`).

* Use the `import` directive to break up the configuration of a
complex application into smaller files, or to easily share pieces of
common configuration data across several applications.
* 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

Expand Down
13 changes: 8 additions & 5 deletions configurator.cabal
Expand Up @@ -21,21 +21,24 @@ description:
* Automatic, dynamic reloading in response to modifications to
configuration files.
.
* The simple, but flexible, configuration language supports several
* 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)@).
.
* Use the @import@ directive to break up the configuration of a
complex application into smaller files, or to easily share pieces
of common configuration data across several applications.
* 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 common
configuration data to be shared across several applications.
.
For details of the configuration file format, see
<http://hackage.haskell.org/packages/archive/configurator/latest/doc/html/Data-Configurator.html>.

extra-source-files:
README.markdown
tests/TestLoad.hs
tests/*.hs

flag developer
description: operate in developer mode
Expand Down

0 comments on commit 651e6bf

Please sign in to comment.