diff options
Diffstat (limited to 'config-manager.cabal')
-rw-r--r-- | config-manager.cabal | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config-manager.cabal b/config-manager.cabal index 6363865..13d66e3 100644 --- a/config-manager.cabal +++ b/config-manager.cabal @@ -1,7 +1,12 @@ name: config-manager version: 0.0.0.1 synopsis: Configuration management -description: A configuration management library +description: + A configuration management library which supports: + . + * name-value bindings, + * required or optional imports, + * and comments. homepage: https://gitlab.com/guyonvarch/config-manager bug-reports: https://gitlab.com/guyonvarch/config-manager/issues license: GPL-3 @@ -20,8 +25,6 @@ library other-modules: Data.ConfigManager.Reader Data.ConfigManager.Parser Data.ConfigManager.Types.Internal - -- LANGUAGE extensions used by modules in this package. - -- other-extensions: ghc-options: -Wall build-depends: base < 5, text, |