From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 19/24] gnu: Add ghc-parsec. Date: Wed, 08 Apr 2015 11:18:50 +0200 Message-ID: <878ue32d1h.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfm8P-0000aT-2M for guix-devel@gnu.org; Wed, 08 Apr 2015 05:18:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfm8K-0001v0-Uh for guix-devel@gnu.org; Wed, 08 Apr 2015 05:18:57 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfm8K-0001uu-SY for guix-devel@gnu.org; Wed, 08 Apr 2015 05:18:52 -0400 In-Reply-To: (Federico Beffa's message of "Mon, 6 Apr 2015 18:53:31 +0200") 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: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > From 51556b2660b23a6d6448922acfd152ea7a70a1d2 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Fri, 27 Mar 2015 18:30:06 +0100 > Subject: [PATCH 19/24] gnu: Add ghc-parsec. > > * gnu/packages/haskell.scm (ghc-parsec): New variable. [...] > + (description "Parsec is designed from scratch as an industrial-stren= gth > +parser library. It is simple, safe, well documented (on the package > +homepage), has extensive libraries, good error messages, and is fast. I= t is I would remove =E2=80=9Cindustrial-strength=E2=80=9D and =E2=80=9C(on the p= ackage homepage)=E2=80=9D. Otherwise OK. Ludo=E2=80=99.