From mboxrd@z Thu Jan 1 00:00:00 1970 From: ericbavier@openmailbox.org Subject: Re: [PATCH] gnu: Add ghc-uniplate. Date: Thu, 22 Oct 2015 03:47:45 -0500 Message-ID: <1445503671-30014-17-git-send-email-ericbavier@openmailbox.org> References: <1445483479-19104-1-git-send-email-ericbavier@openmailbox.org> <1445503671-30014-1-git-send-email-ericbavier@openmailbox.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpG8D-00049P-7M for guix-devel@gnu.org; Thu, 22 Oct 2015 09:42:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpG89-00087s-Bw for guix-devel@gnu.org; Thu, 22 Oct 2015 09:42:13 -0400 Received: from smtp1.openmailbox.org ([62.4.1.35]:42506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpG89-00087g-5d for guix-devel@gnu.org; Thu, 22 Oct 2015 09:42:09 -0400 In-Reply-To: <1445503671-30014-1-git-send-email-ericbavier@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org, Paul van der Walt From: Eric Bavier > * gnu/packages/haskell.scm (ghc-uniplate): New variable. > --- > gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm > index 4246b64..50da7ff 100644 > --- a/gnu/packages/haskell.scm > +++ b/gnu/packages/haskell.scm > @@ -1381,6 +1381,34 @@ optimized for performance critical use, both in terms of large data quantities > and high speed.") > (license bsd-3))) > > +(define-public ghc-uniplate > + (package [...] > + (synopsis > + "Help writing simple, concise and fast generic operations") How about: "Simple, concise, and fast generic operations" > + (description "Uniplate is library for writing simple and concise generic Uniplate is _a_ library... > +operations. Uniplate has similar goals to the original Scrap Your Boilerplate > +work, but is substantially simpler and faster.") ^---- I believe this comma is grammatically unnecessary. `~Eric