conftrack: Tracable multi-source config management

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A library for handling multiple config files and keep track of where config values came from.

Config values can be read from json, yaml, or environment variables; it is also possible to implement custom configuration sources via a type class.

Provenance of config values is tracked while reading them; an application using this library can easily print a listing detailing which files were read and which file provided (or failed to provide) an individual value.

Properties

Versions 0.0.1, 0.0.1
Change log CHANGELOG.md
Dependencies aeson (>=2.2.2 && <2.3), base (>=4.18 && <4.19), bytestring (>=0.11.5 && <0.12), containers (>=0.6.7 && <0.7), directory (>=1.3.8 && <1.4), file-io (>=0.1.1 && <0.2), filepath (>=1.4.100 && <1.5), mtl (>=2.3.1 && <2.4), scientific (>=0.3.8 && <0.4), template-haskell (>=2.20.0 && <2.21), text (>=2.0.2 && <2.1), transformers (>=0.6.1 && <0.7), yaml (>=0.11.11 && <0.12) [details]
License BSD-3-Clause
Author stuebinm
Maintainer stuebinm@disroot.org
Category Configuration
Source repo head: git clone https://stuebinm.eu/git/conftrack
Uploaded by stuebinm at 2024-07-25T22:58:55Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees