[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: haskell changes
From: |
Timothy Sample |
Subject: |
Re: haskell changes |
Date: |
Fri, 16 Aug 2019 16:16:24 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Hi Robert,
Robert Vollmert <address@hidden> writes:
> Hi,
>
> I have some Haskell-related changes ready for review and ideally merge
> on wip-haskell-updates.
Sounds good. I’ll take a look at that branch soon.
> I’ve 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’m 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’s
probably an important optimization of the module dependency graph.
> 2. apply John Soo’s patches to add hoogle (#36545)
> 3. apply my patch to add the elm compiler (#36665)
Thanks!
-- Tim