From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: [PATCH 1/2] gnu: Add ghc-transformers Date: Thu, 15 Oct 2015 17:24:26 +0200 Message-ID: <87d1wgupcl.fsf@denknerd.org> References: <1444595036-20254-1-git-send-email-james.trotter@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmkOT-0003pm-Gf for guix-devel@gnu.org; Thu, 15 Oct 2015 11:24:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmkOO-0007dq-GY for guix-devel@gnu.org; Thu, 15 Oct 2015 11:24:37 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:32593 helo=mx-out02.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmkOO-0007cC-Af for guix-devel@gnu.org; Thu, 15 Oct 2015 11:24:32 -0400 In-reply-to: <1444595036-20254-1-git-send-email-james.trotter@gmail.com> 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: James David Trotter Cc: guix-devel@gnu.org Hello James, all, On 2015-10-11 at 22:23, quoth James David Trotter: > +(define-public ghc-transformers > + (package > + (name "ghc-transformers") > + (version "0.4.3.0") Now that there are patches ready to provide the latest Haskell Platform (version 7.10.2a as listed on [0]), i propose we refrain from packaging things which GHC already provides. Notably, providing a newer version generally causes warnings (and occasional build failures depending on which package we're talking about =E2=80=94 Idris was one of those) that = GHC requires (e.g., as in this case) "transformers-0.4.2.0" but some other dependency requires "transformers-0.4.3.0". Therefore, we should only package cabal items *not* on the `Core Libraries' list at [0]. WDYT? Kind regards, p. 0.