patch applied (ghc): Use installPackage for register --inplace as well as installing

2007-12-07 Thread Ian Lynagh
Fri Dec 7 15:46:52 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Use installPackage for register --inplace as well as installing We also need to do the GHC.Prim hack when registering inplace or the tests that use it fail. M ./libraries/Makefile -2 +2 M ./libraries/installPackage.hs -18

patch applied (ghc): Fix the libraries Makefile

2007-12-07 Thread Ian Lynagh
Wed Dec 5 04:50:15 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix the libraries Makefile x && y is not the same as if x; then y; fi as the latter doesn't fail when x fails M ./libraries/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-

patch applied (ghc): Copy hscolour.css into dist/... so it gets installed with the library docs

2007-12-07 Thread Ian Lynagh
Tue Dec 4 17:37:03 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Copy hscolour.css into dist/... so it gets installed with the library docs M ./libraries/Makefile +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinf

patch applied (ghc): Add the hscolour.css from hscolour 1.8

2007-12-07 Thread Ian Lynagh
Tue Dec 4 17:17:33 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add the hscolour.css from hscolour 1.8 A ./libraries/hscolour.css ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): BIN_DIST_INST_SUBDIR Needs to be defined in config.mk so ./Makefile can see it

2007-12-07 Thread Ian Lynagh
Fri Dec 7 04:13:17 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * BIN_DIST_INST_SUBDIR Needs to be defined in config.mk so ./Makefile can see it M ./bindisttest/Makefile -9 M ./mk/config.mk.in +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org htt

patch applied (ghc): #include ../includes/MachRegs.h rather than just MachRegs.h

2007-12-07 Thread Ian Lynagh
Wed Dec 5 09:03:35 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * #include ../includes/MachRegs.h rather than just MachRegs.h This fixes building on NixOS. I'm not sure why it worked everywhere else, but not on NixOS, before. M ./compiler/codeGen/CgUtils.hs -1 +1 M ./compiler/nativeGen/

patch applied (ghc): Fix bindist creation: readline/config.mk is gone

2007-12-07 Thread Ian Lynagh
Mon Dec 3 04:30:31 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix bindist creation: readline/config.mk is gone M ./libraries/Makefile -4 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): FIX #1843: Generate different instructions on PPC

2007-12-07 Thread Ian Lynagh
Mon Dec 3 04:32:37 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * FIX #1843: Generate different instructions on PPC The old ones caused lots of unknown scattered relocation type 4 errors. Patch from Chris Kuklewicz. M ./compiler/nativeGen/MachCodeGen.hs -2 +2

patch applied (ghc): Refactor gen_contents_index

2007-12-07 Thread Ian Lynagh
Fri Dec 7 10:35:38 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Refactor gen_contents_index Also fixes it with Solaris's sh, spotted by Christian Maeder M ./libraries/gen_contents_index -17 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://w

patch applied (ghc): Use GHC.Exts rather than GHC.Prim

2007-12-07 Thread Ian Lynagh
Sun Dec 2 15:42:22 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Use GHC.Exts rather than GHC.Prim M ./compiler/cmm/OptimizationFuel.hs -1 +1 M ./compiler/ghci/ByteCodeInstr.lhs -1 +1 M ./compiler/ghci/ByteCodeItbls.lhs -1 M ./compiler/main/BreakArray.hs -1 ___

patch applied (ghc): Alter the base:GHC.Prim hack in installPackage, following changes in base

2007-12-07 Thread Ian Lynagh
Sun Dec 2 13:57:19 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Alter the base:GHC.Prim hack in installPackage, following changes in base M ./libraries/installPackage.hs -16 +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/ma

patch applied (testsuite): Test for Trac #1370

2007-12-07 Thread Simon Peyton Jones
Fri Dec 7 09:04:27 PST 2007 [EMAIL PROTECTED] * Test for Trac #1370 M ./tests/ghc-regress/simplCore/should_compile/all.T +3 A ./tests/ghc-regress/simplCore/should_compile/simpl-T1370.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www

patch applied (ghc): Remove debug warning, and explain why

2007-12-07 Thread Simon Peyton Jones
Fri Dec 7 09:05:07 PST 2007 [EMAIL PROTECTED] * Remove debug warning, and explain why M ./compiler/main/TidyPgm.lhs -3 +7 M ./compiler/stranal/WorkWrap.lhs -11 +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/l

Re: GHC 6.8.1 package source and haddock documentation

2007-12-07 Thread Ian Lynagh
On Thu, Dec 06, 2007 at 07:56:11PM +, Neil Mitchell wrote: > > I've just finished generating Hoogle documentation for the GHC 6.8.1 > libraries, linking to > http://haskell.org/ghc/docs/latest/html/libraries/base-3.0.0.0/ and > getting the package source from > http://darcs.haskell.org/package

patch applied (ghc-6.8/ghc): BIN_DIST_INST_SUBDIR Needs to be defined in config.mk so ./Makefile can see it

2007-12-07 Thread Ian Lynagh
Fri Dec 7 04:13:17 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * BIN_DIST_INST_SUBDIR Needs to be defined in config.mk so ./Makefile can see it M ./bindisttest/Makefile -9 M ./mk/config.mk.in +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org htt

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

2007-12-07 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 Dec 6 19:30:00 GMT 2007. checkin

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

2007-12-07 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 Dec 6 19:00:01 GMT 2007. c

Daily report for stable

2007-12-07 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass x86 Windows stable: fail (failed publishbindist) fail (failed publishbindist failed slave lost) x86 Windows stable fast: pass pass fail (failed stage1) pass pass lost x86-64 Linux stable: lost fail (failed publishbindist) New u

Daily report for head

2007-12-07 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head: fail (failed publishbindist) fail (failed publishbindist failed slave lost) x86 Windows head fast: pass pass fail (failed stage1) fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darc