summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-16 18:39:15 +0300
committerdefanor <defanor@uberspace.net>2017-12-16 18:48:41 +0300
commit9a0b116cd7a78590cd46bb17bbd542d93de2acef (patch)
tree46c66d357fb731f0a0e32159325214391bc63a90 /coalpit.cabal
parent6c55be7a476d04db91881bc8870d2a1e838ea521 (diff)
Add the 'handleRecCon' function
Abstract the code with it.
Diffstat (limited to 'coalpit.cabal')
-rw-r--r--coalpit.cabal11
1 files changed, 6 insertions, 5 deletions
diff --git a/coalpit.cabal b/coalpit.cabal
index 38e8518..51507e0 100644
--- a/coalpit.cabal
+++ b/coalpit.cabal
@@ -1,11 +1,12 @@
name: coalpit
version: 0.1.0.2
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.
+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