From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 02/24] gnu: Add ghc-paths. Date: Wed, 08 Apr 2015 10:01:04 +0200 Message-ID: <878ue359rz.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]:53674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfkvC-0005CQ-Ds for guix-devel@gnu.org; Wed, 08 Apr 2015 04:01:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfkv5-00021N-CB for guix-devel@gnu.org; Wed, 08 Apr 2015 04:01:14 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfkv5-00021J-9X for guix-devel@gnu.org; Wed, 08 Apr 2015 04:01:07 -0400 In-Reply-To: (Federico Beffa's message of "Mon, 6 Apr 2015 18:38:38 +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 3191ee610727c3d0bbf7849fd7bd5c5ec20b6fc4 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Thu, 26 Mar 2015 17:55:23 +0100 > Subject: [PATCH 02/24] gnu: Add ghc-paths. > > * gnu/packages/haskell.scm: (ghc-paths): New variable. [...] > + (synopsis > + "Knowledge of GHC's installation directories") > + (description > + "Knowledge of GHC's installation directories.") Please expound a little bit. Otherwise OK. Ludo=E2=80=99.