From 9a0b116cd7a78590cd46bb17bbd542d93de2acef Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 16 Dec 2017 18:39:15 +0300 Subject: Add the 'handleRecCon' function Abstract the code with it. --- coalpit.cabal | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'coalpit.cabal') 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 -- cgit v1.2.3