@hackage cfg0.0.2.3
Type directed application configuration parsing and accessors
Categories
License
MIT
Maintainer
Jonathan Lorimer <jonathanlorimer@pm.me>
Links
Versions
Installation
Dependencies (10)
- base >=4.16.0 && <4.20
- bytestring >=0.11 && <0.13
- containers >=0.6 && <0.7
- errors >=2.0.0 && <2.4
- free >=5.0.1 && <5.3
- megaparsec >=9.0.0 && <10.0 Show all…
Dependents (0)
cfg is a library that provides Generic machinery for generating configuration accessors,
and parsers from Haskell types. This package is intended to be used to build out additional
"sources" for configuration access, the environment source is provided in this package as a default.