Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-07-10 | handle partially present optional nestings | stuebinm | 1 | -8/+27 |
2024-07-04 | fix a couple warnings | stuebinm | 4 | -20/+19 |
2024-06-10 | pretty-printing of config value sources | stuebinm | 3 | -10/+74 |
2024-06-10 | add an env variable source | stuebinm | 2 | -17/+90 |
2024-06-08 | quasi-quotes for config keys | stuebinm | 2 | -3/+22 |
2024-06-07 | nested configs which are optional | stuebinm | 1 | -0/+12 |
2024-06-07 | the Config interface should be Applicative, not Monad | stuebinm | 1 | -45/+78 |
2024-06-07 | allow for non-required config options | stuebinm | 1 | -4/+20 |
2024-06-06 | add yaml source | stuebinm | 4 | -3/+49 |
2024-06-06 | nested values, tests, and aeson | stuebinm | 5 | -56/+243 |