From mboxrd@z Thu Jan 1 00:00:00 1970 From: ericbavier@openmailbox.org Subject: Re: [PATCH] gnu: Add ghc-pcre-light. Date: Thu, 22 Oct 2015 03:47:36 -0500 Message-ID: <1445503671-30014-8-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]:52202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpG86-0003xH-HR for guix-devel@gnu.org; Thu, 22 Oct 2015 09:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpG82-000804-0T for guix-devel@gnu.org; Thu, 22 Oct 2015 09:42:06 -0400 Received: from smtp3.openmailbox.org ([62.4.1.37]:43908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpG81-0007xK-Nb for guix-devel@gnu.org; Thu, 22 Oct 2015 09:42:01 -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-pcre-light): New variable. > --- > gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) [...] > + (synopsis > + "Efficient and portable Perl-compatible regex library") In order to disambiguate with other pcre libraries, how about: "Haskell library for Perl 5 compatible regular expressions" > + (description > + "This package provides a small, efficient and portable regex library for We tend to make use of the Oxford comma. --------^ `~Eric