summaryrefslogtreecommitdiff
path: root/src/Conftrack.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-21document publicly exposed interfacestuebinm1-8/+164
2024-07-10handle partially present optional nestingsstuebinm1-8/+27
2024-07-04fix a couple warningsstuebinm1-14/+15
2024-06-10pretty-printing of config value sourcesstuebinm1-8/+22
2024-06-08quasi-quotes for config keysstuebinm1-1/+2
2024-06-07nested configs which are optionalstuebinm1-0/+12
2024-06-07the Config interface should be Applicative, not Monadstuebinm1-45/+78
2024-06-07allow for non-required config optionsstuebinm1-4/+20
2024-06-06add yaml sourcestuebinm1-1/+1
2024-06-06nested values, tests, and aesonstuebinm1-18/+48