From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timothy Sample Subject: Re: haskell changes Date: Fri, 16 Aug 2019 16:16:24 -0400 Message-ID: <87imqw3lyf.fsf@ngyro.com> References: <32F0A261-9B71-48C8-8DEE-F7A56C96230C@vllmrt.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:470:142:3::10]:52267) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyieE-0008M5-OP for guix-devel@gnu.org; Fri, 16 Aug 2019 16:16:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyieD-0005Eq-FV for guix-devel@gnu.org; Fri, 16 Aug 2019 16:16:30 -0400 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:60309) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hyieD-0005DX-8h for guix-devel@gnu.org; Fri, 16 Aug 2019 16:16:29 -0400 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" To: Robert Vollmert Cc: guix-devel@gnu.org Hi Robert, Robert Vollmert writes: > Hi, > > I have some Haskell-related changes ready for review and ideally merge > on wip-haskell-updates. Sounds good. I=E2=80=99ll take a look at that branch soon. > I=E2=80=99ve tested them locally to the extent I managed; is CI broken or= did I break > something there? http://ci.guix.gnu.org/jobset/wip-haskell-updates > > Changes are: > 1. move libraries out of haskell.scm (mostly into haskell-xyz.scm, those > without ghc- prefix into haskell-apps.scm), as per > https://lists.gnu.org/archive/html/guix-devel/2019-07/msg00070.html > (I=E2=80=99m happy to remove haskell-apps also as suggested there, would = you prefer > I do that right away?) I think we should keep it until we hear from Ludovic about it. It=E2=80=99s probably an important optimization of the module dependency graph. > 2. apply John Soo=E2=80=99s patches to add hoogle (#36545) > 3. apply my patch to add the elm compiler (#36665) Thanks! -- Tim