@hackage / canteven-config

A pattern for configuring programs.

Version Deprecated package1.0.0.0

About

Metadata

  • Last updated , by taphu
  • License Apache-2.0
  • Maintained by: rick@owenssoftware.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

Turns out, all of our executables shared the same sort of pattern for extracting configuration out of the environment: find a YAML config file based on the command line arguments and parse that file into a haskell value using the yaml package. This package makes that process super trivial.