[nightly] 28-Mar-2010 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-03-28 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sun Mar 28 18:00:01 BST 2010. checking out

[nightly] 28-Mar-2010 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-03-28 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Sun Mar 28 18:10:02 BST 2010. checki

Re: Order of tests in rem and friends

2010-03-28 Thread Roman Leshchinskiy
I just realised that we actually have a ticket for this: http://hackage.haskell.org/trac/ghc/ticket/3065. Interestingly, that thread reports increased allocations for some nofib programs with a similar patch but I'm not seeing that any longer with 6.13. In any case, we agreed to get rid of the

[nightly] 28-Mar-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-28 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Sun Mar 28 19:00:01 BST 2010. **

[nightly] 28-Mar-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-28 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Sun Mar 28 19:10:01 BST 20

Adding xhtml as a boot library

2010-03-28 Thread David Waern
Hi, Mark Lentczner is working on rewriting Haddock's HTML back-end to output semantic XHTML markup. This new back-end uses the xhtml library. Is it possible to add it as a boot library? Thanks, David ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://

Re: Generics

2010-03-28 Thread David Waern
2010/3/28 Thomas Schilling : > The only part of ghc-syb that depends on syb is the GHC.SYB.Utils module.  I > moved that into a separate package.  ghc-syb-0.2 now only depends on base and > the ghc package.  The new package is ghc-syb-utils-0.2. Thanks Thomas but since I want to use the instance

Re: Generics

2010-03-28 Thread Thomas Schilling
The only part of ghc-syb that depends on syb is the GHC.SYB.Utils module. I moved that into a separate package. ghc-syb-0.2 now only depends on base and the ghc package. The new package is ghc-syb-utils-0.2. HTH On 28 Mar 2010, at 16:10, David Waern wrote: > 2010/3/22 Thomas Schilling : >>

Re: Generics

2010-03-28 Thread David Waern
2010/3/22 Thomas Schilling : > I wonder if the ghc-syb package really needs to depend on syb.  Just > data may be enough if we split it up.  How would you make use of syb > without depending on the syb package? I would copy the parts I need. If it was possible to depend on syb I'd prefer that of c