Tools for specifying and parsing configurations
This package provides a collection of utils on top of the packages
optparse-applicative,
aeson, and
yaml for configuring libraries and
applications in a convenient and composable way.
The main features are
configuration management through integration of command line option
parsing and configuration files and
a Setup.hs file that generates a PkgInfo module for each component
of a package that provides information about the package and the build.
Documentation on how to use this package can be found in the
README
and in the API documentation of the modules Configuration.Utils and
Configuration.Utils.Setup.