| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
| |
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 …
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|