summaryrefslogtreecommitdiff
path: root/conftrack.cabal
diff options
context:
space:
mode:
authorstuebinm2024-07-26 00:59:58 +0200
committerstuebinm2024-07-26 00:59:58 +0200
commit424c3387e5b043bc8f912ad31e604561c25349f1 (patch)
treed5a64b6852ac042898ce805b51e054398b840f93 /conftrack.cabal
parentcdcf88307a87f1b0231990c4cbe5c8f81e547a98 (diff)
cabal: minor fix in package descriptionHEAD0.0.1main
Diffstat (limited to 'conftrack.cabal')
-rw-r--r--conftrack.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/conftrack.cabal b/conftrack.cabal
index f980d6e..efc198f 100644
--- a/conftrack.cabal
+++ b/conftrack.cabal
@@ -6,11 +6,11 @@ category: Configuration
description:
A library for handling multiple config files and keep track of where
config values came from.
- .
+
Config values can be read from json, yaml, or environment variables;
it is also possible to implement custom configuration sources via a
type class.
- .
+
Provenance of config values is tracked while reading them; an application
using this library can easily print a listing detailing which files were
read and which file provided (or failed to provide) an individual value.