From a778b90d7faee831c23b107211f8be1f557e2533 Mon Sep 17 00:00:00 2001 From: Aleksey Kliger Date: Fri, 8 May 2015 16:56:56 -0400 Subject: [PATCH] Better synopsis --- unbound-generics.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound-generics.cabal b/unbound-generics.cabal index 702d917..21159d8 100644 --- a/unbound-generics.cabal +++ b/unbound-generics.cabal @@ -3,7 +3,7 @@ name: unbound-generics version: 0.1.2 -synopsis: Reimplementation of Unbound using GHC Generics +synopsis: Support for programming with names and binders using GHC Generics description: Specify the binding structure of your data type with an expressive set of type combinators, and unbound-generics handles the rest! Automatically derives