@hackage / etc

Declarative configuration spec for Haskell projects

Latest0.4.1.0

About

Metadata

  • Last updated , by RomanGonzalez
  • License MIT
  • Categories Systems Programming
  • Maintained by: open-source@roman-gonzalez.info

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.4.2
  2. 8.2.2
  3. 8.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    extra (off by default)

    Include extra utilities

    cli (off by default)

    Include support for cli arguments

    yaml (off by default)

    Include support to parse YAML files

Readme

etc

etc gathers configuration values from multiple sources (cli options, OS environment variables, files) using a declarative spec file that defines where this values are to be found and located in a configuration map.

For more information about etc API and how to use it, see the etc homepage