etc

Declarative configuration spec for Haskell projects

https://github.com/roman/Haskell-etc

Version on this page:0.0.0.2
LTS Haskell 18.28:0.4.1.0
Stackage Nightly 2022-02-07:0.4.1.0
Latest on Hackage:0.4.1.0

See all snapshots etc appears in

MIT licensed by Roman Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:etc-0.0.0.2@sha256:1736cf751399b69b753a732f39643e30ad41939fc18fef927b41872dbc4012ea,3791

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

Changes

0.0.0.1

  • Various changes to source code to comply with previous resolvers
    • Use Monoid instead of Semigroup
    • Remove unused imports/typeclasses
  • Bump upper limits for aeson and vector
  • Improve README.md typos
  • Add CHANGELOG