summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-08quasi-quotes for config keysstuebinm2-3/+22
2024-06-07nested configs which are optionalstuebinm1-0/+12
2024-06-07the Config interface should be Applicative, not Monadstuebinm1-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-07allow for non-required config optionsstuebinm1-4/+20
2024-06-06add yaml sourcestuebinm4-3/+49
2024-06-06nested values, tests, and aesonstuebinm5-56/+243