Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cabal: minor fix in package descriptionHEAD0.0.1main | stuebinm | 2024-07-26 | 1 | -2/+2 |
| | |||||
* | initial changelong | stuebinm | 2024-07-26 | 1 | -1/+5 |
| | |||||
* | Conftrack.Pretty: docs, more usable functions | stuebinm | 2024-07-26 | 1 | -8/+38 |
| | | | | | this module is meant for convenience pretty-printing functions and as an illustration of how to deal with the more low-level runFetchConfig | ||||
* | document publicly exposed interface | stuebinm | 2024-07-21 | 6 | -10/+205 |
| | | | | | | this documents most functions that might be used by downstream consumers of this library, except for those in Conftrack.Pretty, which aren't done yet. | ||||
* | cabal: add package information | stuebinm | 2024-07-10 | 1 | -3/+18 |
| | |||||
* | handle partially present optional nestings | stuebinm | 2024-07-10 | 2 | -17/+65 |
| | | | | | | | | these would previously silently fail and simply produce a Nothing if only some (but not all) of the nested keys were present. This is not reasonable behaviour that anyone would expect; whenever a nested key is present, absence of another should be an error (the same goes for any other errors in that key's definition). | ||||
* | add version bounds | stuebinm | 2024-07-04 | 1 | -11/+11 |
| | | | | | | these were generated via cabal gen-bounds and should hopefully suffice. For use as an actual library, there'll probably need to be some CPP things to deal with the file-path, file-io & os-string packages though … | ||||
* | fix a couple warnings | stuebinm | 2024-07-04 | 4 | -20/+19 |
| | |||||
* | pretty-printing of config value sources | stuebinm | 2024-06-10 | 4 | -10/+75 |
| | |||||
* | add an env variable source | stuebinm | 2024-06-10 | 3 | -18/+93 |
| | |||||
* | quasi-quotes for config keys | stuebinm | 2024-06-08 | 4 | -5/+27 |
| | |||||
* | nested configs which are optional | stuebinm | 2024-06-07 | 1 | -0/+12 |
| | |||||
* | 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 |