Re: Using Haddock 2.0 to build GHC libraries

2007-10-26 Thread Duncan Coutts
On Fri, 2007-10-26 at 13:31 +0100, Simon Marlow wrote: > This is specific to the GHC build system. There are flags defined in > build.mk that are local to the build, and have to be plumbed through to > Cabal. We don't want to have to reconfigure every time these flags change, > so they're pass

Re: Your message to Cvs-ghc awaits moderator approval

2007-10-26 Thread Duncan Coutts
On Fri, 2007-10-26 at 15:33 +0100, Claus Reinke wrote: > > >> but i tend to use 'darcs send -o file' so > >> that i can (a) add comments, > > darcs send --edit-description > > that will edit the patch description. Actually it edits the email that gets sent. The patches are not changed. So that

patch applied (ghc-6.8/ghc): install the Cabal docs, and make them show up in a binary distribution

2007-10-26 Thread Simon Marlow
Fri Oct 26 05:24:56 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * install the Cabal docs, and make them show up in a binary distribution M ./Makefile -2 +3 M ./distrib/Makefile +1 M ./mk/install.mk -5 +9 ___ Cvs-ghc mailing list Cvs-ghc@has

patch applied (ghc-6.8/ghc): cp => $(CP)

2007-10-26 Thread Simon Marlow
Fri Oct 26 04:10:54 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * cp => $(CP) M ./mk/install.mk -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): get rid of the html subdirectory under share/doc/ghc/users_guide

2007-10-26 Thread Simon Marlow
Fri Oct 26 04:09:19 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * get rid of the html subdirectory under share/doc/ghc/users_guide M ./mk/install.mk -2 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Your message to Cvs-ghc awaits moderator approval

2007-10-26 Thread Claus Reinke
Hi Ian, i assume the match filter looks for the subjects created by 'darcs send'? Yes, for subjects starting "darcs patch". ok, simple enough - i'll try to remember that next time (perhaps add a tip to workingconventions: bug/feature?) but i tend to use 'darcs send -o file' so that i can (a

Re: Using Haddock 2.0 to build GHC libraries

2007-10-26 Thread Simon Marlow
Duncan Coutts wrote: On Fri, 2007-10-26 at 09:07 +0100, Simon Marlow wrote: I suspect all you need to do is add $(addprefix --ghc-option=,$(GhcLibHcOpts) $(SRC_HC_OPTS)) to the 'setup haddock' command line. That is, as long as --ghc-option is accepted by Cabal's haddock command, if not w

Re: Using Haddock 2.0 to build GHC libraries

2007-10-26 Thread David Waern
> On Fri, 2007-10-26 at 09:07 +0100, Simon Marlow wrote: > >> I suspect all you need to do is add >> >>$(addprefix --ghc-option=,$(GhcLibHcOpts) $(SRC_HC_OPTS)) >> >> to the 'setup haddock' command line. That is, as long as --ghc-option >> is >> accepted by Cabal's haddock command, if not we'l

Re: Your message to Cvs-ghc awaits moderator approval

2007-10-26 Thread Ian Lynagh
Hi Claus, On Fri, Oct 26, 2007 at 01:02:30PM +0100, Claus Reinke wrote: > patch emails keep getting stuck when sent to this list. > > i assume the match filter looks for the subjects created > by 'darcs send'? Yes, for subjects starting "darcs patch". > but i tend to use 'darcs send -o file' s

Re: Your message to Cvs-ghc awaits moderator approval

2007-10-26 Thread Claus Reinke
patch emails keep getting stuck when sent to this list. i assume the match filter looks for the subjects created by 'darcs send'? but i tend to use 'darcs send -o file' so that i can (a) add comments, and (b) fit the email and subject into the ongoing thread. - could one of the moderators please

[nightly] 25-Oct-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-10-26 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Thu Oct 25 19:30:02 BST 2007. checki

Re: Using Haddock 2.0 to build GHC libraries

2007-10-26 Thread Duncan Coutts
On Fri, 2007-10-26 at 09:07 +0100, Simon Marlow wrote: > I suspect all you need to do is add > >$(addprefix --ghc-option=,$(GhcLibHcOpts) $(SRC_HC_OPTS)) > > to the 'setup haddock' command line. That is, as long as --ghc-option is > accepted by Cabal's haddock command, if not we'll need to

[nightly] 25-Oct-2007 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-10-26 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Thu Oct 25 19:00:01 BST 2007.

patch applied (ghc-6.8/ghc): fix the links in the library documentation index

2007-10-26 Thread Simon Marlow
Thu Oct 25 08:22:45 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix the links in the library documentation index M ./libraries/Makefile -1 +1 M ./libraries/gen_contents_index -8 +28 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.hask

patch applied (ghc): binary-dist: Makefile-vars needs HADDOCK_DOCS=YES

2007-10-26 Thread Simon Marlow
Thu Oct 25 06:58:16 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * binary-dist: Makefile-vars needs HADDOCK_DOCS=YES M ./Makefile +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): fix the links in the library documentation index

2007-10-26 Thread Simon Marlow
Thu Oct 25 08:22:45 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix the links in the library documentation index M ./libraries/Makefile -1 +1 M ./libraries/gen_contents_index -8 +28 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.hask

Re: Using Haddock 2.0 to build GHC libraries

2007-10-26 Thread Simon Marlow
David Waern wrote: I'm trying to build docs from a GHC 6.8.0 source distribution using Haddock 2.0. I'm just using "make" in the ghc root dir. When processing the base package I get the following errors: Foreign/Storable.hs:158:58: Couldn't match expected type `Integer' against inferred typ

Daily report for stable

2007-10-26 Thread BuildBot Collator
Build results: gabor stable:pass kahl G5 Gentoo Linux stable: pass tnaur x86 Linux stable: fail (failed stage1) x86 Windows stable: lost fail (failed darcs) x86 Windows stable fast: pass pass pass pass pass pass x86-64 Linux stable: lost pass New unexpecte

Daily report for head

2007-10-26 Thread BuildBot Collator
Build results: x86-64 Linux head: pass kahl G5 Gentoo Linux head: pass macgyver PPC OSX head: pass x86-64 Linux head unreg: pass Old unexpected test passes: arrowrun004 6 gabor head New unexpected test failures: hGetBuf001 1 x86-64 Linux head maessen_hashtab

RE: Incompatibility between Yi and GHC 6.8 (rc)

2007-10-26 Thread Simon Peyton-Jones
(Narrowing to cvs-ghc) | The GHC experts will see here that this cannot work :) Indeed, GHC has | a number of "global variables", which, if accessed through code loaded | in a GHC session, will be instanciated again. This means that | accessing a "level 1" session with "level 2" code is normally n