Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-07 | the Config interface should be Applicative, not Monad | stuebinm | 1 | -45/+78 | |
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. | |||||
2024-06-07 | allow for non-required config options | stuebinm | 1 | -4/+20 | |
2024-06-06 | add yaml source | stuebinm | 1 | -1/+1 | |
2024-06-06 | nested values, tests, and aeson | stuebinm | 1 | -18/+48 | |