From 1de2f778183a8890c0aa8e1f0486002f504649b5 Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 17 Dec 2017 00:44:06 +0300 Subject: Add DSV support --- coalpit.cabal | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'coalpit.cabal') diff --git a/coalpit.cabal b/coalpit.cabal index 51507e0..3b8f664 100644 --- a/coalpit.cabal +++ b/coalpit.cabal @@ -1,12 +1,12 @@ name: coalpit -version: 0.1.0.2 -synopsis: Command-line options parsing and printing +version: 0.1.0.3 +synopsis: Command-line options and DSV 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. + arguments or DSVs – 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 @@ -26,6 +26,7 @@ source-repository head library exposed-modules: Coalpit , Coalpit.Parsing + , Coalpit.DSV build-depends: base >= 4.9 && < 5 , megaparsec >= 6.2 && < 7 , scientific >= 0.3 && < 1 -- cgit v1.2.3