From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 16/24] gnu: Add ghc-fgl. Date: Wed, 08 Apr 2015 10:35:25 +0200 Message-ID: <87sicb2f1u.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]:34962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YflSN-00051y-VM for guix-devel@gnu.org; Wed, 08 Apr 2015 04:35:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YflSK-0007V9-94 for guix-devel@gnu.org; Wed, 08 Apr 2015 04:35:31 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YflSK-0007V5-5o for guix-devel@gnu.org; Wed, 08 Apr 2015 04:35:28 -0400 In-Reply-To: (Federico Beffa's message of "Mon, 6 Apr 2015 18:51:30 +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 5df2c9b1d5ae6e46bace457bc4841a836d0795d9 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Fri, 27 Mar 2015 18:03:49 +0100 > Subject: [PATCH 16/24] gnu: Add ghc-fgl. > > * gnu/packages/haskell.scm (ghc-fgl): New variable. [...] > + (description "An inductive representation of manipulating graph data > +structures.") Please expound a little bit. Otherwise OK. Ludo=E2=80=99.