Deprecated

canteven-config

A pattern for configuring programs.

Latest on Hackage:1.0.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

Apache-2.0 licensed by Rick Owens
Maintained by [email protected]

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.