summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-04 14:14:30 +0300
committerdefanor <defanor@uberspace.net>2017-12-04 14:14:30 +0300
commit0da83fbee2a242d78fa835b011c09839ac2eacda (patch)
treee5c52499ef55e9854bf9e3f6849d0aacec36d641
parent75bb965621881ac59ce6b7a077a2261171d3a35c (diff)
Add package description
-rw-r--r--coalpit.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/coalpit.cabal b/coalpit.cabal
index 79d6937..de4b26c 100644
--- a/coalpit.cabal
+++ b/coalpit.cabal
@@ -1,6 +1,11 @@
name: coalpit
version: 0.1.0.1
synopsis: Command-line options parsing and printing
+description: This library generates parsers and printers for given
+ data types, in the form of command-line arguments -- so
+ that they can be used to quickly get program interfaces via
+ a shared library, while being suitable for scripting and as
+ user interfaces.
license: BSD3
license-file: LICENSE
author: defanor