Re: [PATCH 3/3] gnu: Add ghc.

2015-03-31 Thread Mark H Weaver
Federico Beffa writes: > From 52b593fd287a76b6a7ab04e5a3dc82bf4dc72d6b Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Sat, 28 Mar 2015 20:09:37 +0100 > Subject: [PATCH] gnu: ghc: Fix i686 build. > > * gnu/packages/haskell.scm (ghc-bootstrap-7.8.4, ghc): Split > 'ghc-bootstrap-7.8.4' i

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-28 Thread Federico Beffa
On Wed, Mar 25, 2015 at 10:20 PM, Ludovic Courtès wrote: > Could you try ‘guix build ghc -s i686-linux -K’ and then investigate > from there? It might be clearer what needs to be patched. That was indeed very useful! Thanks for making me discover the '-s' option :-) The attached patch should fi

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-25 Thread Ludovic Courtès
Federico Beffa skribis: > Mark H Weaver writes: > >> All attempts to build ghc on i686 have failed, according to Hydra. >> >> http://hydra.gnu.org/job/gnu/master/ghc-7.8.4.i686-linux/all >> http://hydra.gnu.org/build/331946/log/tail-reload >> >> Would you be willing to take a look? > > I've

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-22 Thread Federico Beffa
Mark H Weaver writes: > All attempts to build ghc on i686 have failed, according to Hydra. > > http://hydra.gnu.org/job/gnu/master/ghc-7.8.4.i686-linux/all > http://hydra.gnu.org/build/331946/log/tail-reload > > Would you be willing to take a look? I've already had a look last week-end, but

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-21 Thread Mark H Weaver
All attempts to build ghc on i686 have failed, according to Hydra. http://hydra.gnu.org/job/gnu/master/ghc-7.8.4.i686-linux/all http://hydra.gnu.org/build/331946/log/tail-reload Would you be willing to take a look? Mark

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-08 Thread Ludovic Courtès
Federico Beffa skribis: > From 8cc8a4775640bab78c8932e0cf17e211578c6f70 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Wed, 25 Feb 2015 20:20:24 +0100 > Subject: [PATCH] gnu: Add ghc. > > * gnu/packages/haskell.scm: New file. Great, thanks for your time! I know this one had been on a

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-05 Thread Federico Beffa
On Tue, Mar 3, 2015 at 1:24 PM, Ludovic Courtès wrote: >> Somehow find-files appears to have problems with a file. This happens >> even if I install the en_US.UTF-8 locale: > > [...] > >>?: 1 [regexp-exec # "hello\x00 world\n" 0 0] >> In ice-9/boot-9.scm: >> 106: 0 [#> args)> misc-error ...]

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-03 Thread Ludovic Courtès
Federico Beffa skribis: > l...@gnu.org (Ludovic Courtès) writes: > >>> +(substitute* (list "testsuite/timeout/Makefile" >>> + "testsuite/timeout/timeout.py" >>> + "testsuite/timeout/timeout.hs" >>> +

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-02 Thread Federico Beffa
l...@gnu.org (Ludovic Courtès) writes: >> +(substitute* (list "testsuite/timeout/Makefile" >> + "testsuite/timeout/timeout.py" >> + "testsuite/timeout/timeout.hs" >> + "testsuite/tests/rename/prog

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-01 Thread Mark H Weaver
Federico Beffa writes: > Attached a new patch that hopefully addresses the concerns expressed > in this thread: > https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00814.html > > I do not create a ready to use bootstrap package because the resulting > store entry amounts to 940MB! I just k

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-01 Thread Ludovic Courtès
Federico Beffa skribis: > I do not create a ready to use bootstrap package because the resulting > store entry amounts to 940MB! I just keep an unmodified fixed version > tarball (68MB) and take care to patch it in custom phases of the final > GHC package. Sounds good. > From c39f2fa29bd614227f

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-01 Thread Federico Beffa
Attached a new patch that hopefully addresses the concerns expressed in this thread: https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00814.html I do not create a ready to use bootstrap package because the resulting store entry amounts to 940MB! I just keep an unmodified fixed version tarb

[PATCH 3/3] gnu: Add ghc.

2015-02-26 Thread Federico Beffa
From e68385d00809f2df5a1c1b7beefa4682d2a27a6e Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Wed, 25 Feb 2015 20:20:24 +0100 Subject: [PATCH 3/3] gnu: Add ghc. * gnu/packages/haskell.scm: New file. --- gnu/packages/haskell.scm | 218 +++ 1 file