From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Controling requirements when packaging haskell modules Date: Mon, 14 May 2018 11:26:23 +0200 Message-ID: <87a7t2a8qo.fsf@gnu.org> References: <20180511202202.5f142b12@merlin.browniehive.net> <87h8ndc73a.fsf@elephly.net> 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]:51674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fI9kU-0001dZ-MP for help-guix@gnu.org; Mon, 14 May 2018 05:26:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fI9kQ-0005U2-8j for help-guix@gnu.org; Mon, 14 May 2018 05:26:30 -0400 In-Reply-To: <87h8ndc73a.fsf@elephly.net> (Ricardo Wurmus's message of "Sat, 12 May 2018 15:54:33 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: "help-guix@gnu.org" Hello, Ricardo Wurmus skribis: > Ton writes: > >> I'm trying to package ghc-sdl2, but have hit a problem with requirements= I >> don't understand how to get past. >> >> The work so far can be seen and downloaded from >> https://notabug.org/thomassgn/guixsd-configuration/src/master/modules/to= n-haskell.scm > > You should not package ghc-array, ghc-containers, or ghc-binary =E2=80=94= these > are all provided by GHC itself. It is possible that there are some more > packages for which this applies (possibly including semigroupoids). Oops, I pushed ghc-array and ghc-containers just yesterday. Should I revert? Thanks, Ludo=E2=80=99.