Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the Config interface should be Applicative, not Monad | stuebinm | 2024-06-07 | 2 | -48/+94 |
| | | | | | this allows for safer alternative uses for it, such as running it on an empty list of config sources to just get the list of keys it uses. | ||||
* | allow for non-required config options | stuebinm | 2024-06-07 | 2 | -7/+23 |
| | |||||
* | add yaml source | stuebinm | 2024-06-06 | 5 | -3/+51 |
| | |||||
* | nested values, tests, and aeson | stuebinm | 2024-06-06 | 8 | -79/+331 |
| | |||||
* | a generic, multi-source config interface | stuebinm | 2024-05-22 | 7 | -0/+278 |