From b09a00426c4f72892f7863bbaaf688c21592dd03 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 19 Mar 2019 12:53:50 +0300 Subject: Handle types with more than 3 constructors Particularly ((a :+: b) :+: (c :+: d)) combinations. --- coalpit.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coalpit.cabal') diff --git a/coalpit.cabal b/coalpit.cabal index e3248a1..4a6462a 100644 --- a/coalpit.cabal +++ b/coalpit.cabal @@ -1,5 +1,5 @@ name: coalpit -version: 0.1.1.0 +version: 0.1.1.1 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 -- cgit v1.2.3