patch applied (ghc-6.8/ghc): Fix imports

2007-10-27 Thread Ian Lynagh
Sat Oct 27 16:18:44 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix imports M ./compiler/utils/Util.lhs -3 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix the build with GHC < 6.4 (foldl1' didn't exist)

2007-10-27 Thread Ian Lynagh
Sat Oct 27 14:05:26 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix the build with GHC < 6.4 (foldl1' didn't exist) M ./compiler/utils/Util.lhs +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix the build with GHC < 6.4 (foldl1' didn't exist)

2007-10-27 Thread Ian Lynagh
Sat Oct 27 14:05:26 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix the build with GHC < 6.4 (foldl1' didn't exist) M ./compiler/utils/Util.lhs +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): MERGED: We need to install-docs when making the Windows bindist

2007-10-27 Thread Ian Lynagh
Sat Oct 27 13:32:20 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: We need to install-docs when making the Windows bindist M ./Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): We need to set _way=* in rts/ both when making and installing bindists

2007-10-27 Thread Ian Lynagh
Sat Oct 27 07:29:14 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * We need to set _way=* in rts/ both when making and installing bindists This is a hack, but it means we get libHSrts*.a etc rather than just libHSrts.a. M ./Makefile -3 +1 M ./rts/Makefile +8 _

Re: Fixed some spelling errors in the user's guide

2007-10-27 Thread Ian Lynagh
On Sun, Oct 07, 2007 at 11:48:12PM +0200, Josef Svenningsson wrote: > > I've gone through the User's Guide and corrected a bunch of spelling > errors. Great, thanks Josef! I've now applied it to both the 6.8 branch and the HEAD. Sorry for the delay. Thanks Ian _

patch applied (ghc): Fix a whole heap of speling errrs in the docs

2007-10-27 Thread Ian Lynagh
Sun Oct 7 14:38:58 PDT 2007 Josef Svenningsson <[EMAIL PROTECTED]> * Fix a whole heap of speling errrs in the docs M ./docs/users_guide/ffi-chap.xml -3 +3 M ./docs/users_guide/flags.xml -2 +2 M ./docs/users_guide/ghci.xml -4 +4 M ./docs/users_guide/glasgow_exts.xml -26 +26

patch applied (ghc): Only build/install the man page if XSLTPROC is defined

2007-10-27 Thread Ian Lynagh
Sat Oct 27 05:21:55 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Only build/install the man page if XSLTPROC is defined M ./Makefile +2 M ./docs/man/Makefile +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo

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

2007-10-27 Thread Ian Lynagh
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): cp => $(CP)

2007-10-27 Thread Ian Lynagh
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): get rid of the html subdirectory under share/doc/ghc/users_guide

2007-10-27 Thread Ian Lynagh
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

patch applied (ghc-6.8/ghc): MERGED: Comments only

2007-10-27 Thread Ian Lynagh
Sat Oct 27 10:00:04 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Comments only Sat Oct 27 08:46:42 PDT 2007 [EMAIL PROTECTED] M ./compiler/basicTypes/Var.lhs +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/l

patch applied (ghc-6.8/ghc): Make 'improvement' work properly in TcSimplify

2007-10-27 Thread Ian Lynagh
Sat Oct 27 08:54:59 PDT 2007 [EMAIL PROTECTED] * Make 'improvement' work properly in TcSimplify (Please merge this, and the preceding handful from me to the 6.8 branch.) This patch fixes a serious problem in the type checker, whereby TcSimplify was going into a loop be

patch applied (ghc-6.8/ghc): An implication constraint can abstract over EqInsts

2007-10-27 Thread Ian Lynagh
Sat Oct 27 08:54:33 PDT 2007 [EMAIL PROTECTED] * An implication constraint can abstract over EqInsts M ./compiler/typecheck/Inst.lhs -1 +1 M ./compiler/typecheck/TcRnTypes.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.hask

patch applied (ghc-6.8/ghc): In an AbsBinds, the 'dicts' can include EqInsts

2007-10-27 Thread Ian Lynagh
Sat Oct 27 08:49:03 PDT 2007 [EMAIL PROTECTED] * In an AbsBinds, the 'dicts' can include EqInsts An AbsBinds abstrats over evidence, and the evidence can be both Dicts (class constraints, implicit parameters) and EqInsts (equality constraints). So we need to - use varType rather th

patch applied (ghc-6.8/ghc): More notes

2007-10-27 Thread Ian Lynagh
Sat Oct 27 08:47:02 PDT 2007 [EMAIL PROTECTED] * More notes M ./compiler/NOTES +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Add anyM to IOEnv

2007-10-27 Thread Ian Lynagh
Sat Oct 27 08:45:51 PDT 2007 [EMAIL PROTECTED] * Add anyM to IOEnv M ./compiler/utils/IOEnv.hs -1 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Add a note to NOTES

2007-10-27 Thread Ian Lynagh
Sat Oct 27 03:02:20 PDT 2007 [EMAIL PROTECTED] * Add a note to NOTES M ./compiler/NOTES +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Adding hpc documentation about sum and map, push to STABLE.

2007-10-27 Thread Ian Lynagh
Wed Oct 24 22:03:41 PDT 2007 [EMAIL PROTECTED] * Adding hpc documentation about sum and map, push to STABLE. M ./docs/users_guide/profiling.xml -11 +49 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixing typo in runtime documentation for hpc, push to stable

2007-10-27 Thread Ian Lynagh
Wed Oct 24 21:54:56 PDT 2007 [EMAIL PROTECTED] * Fixing typo in runtime documentation for hpc, push to stable M ./utils/hpc/HpcCombine.hs -1 +1 M ./utils/hpc/HpcFlags.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.or

patch applied (ghc-6.8/ghc): default to installing runhaskell and hsc2hs again, but provide knobs to turn them off

2007-10-27 Thread Ian Lynagh
Thu Oct 25 01:42:22 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * default to installing runhaskell and hsc2hs again, but provide knobs to turn them off M ./ghc.spec.in +6 M ./mk/config.mk.in +13 M ./utils/hsc2hs/Makefile -1 +6 M ./utils/runghc/Makefile -1 +14 ___

patch applied (ghc-6.8/ghc): Fix a whole heap of speling errrs in the docs

2007-10-27 Thread Ian Lynagh
Sun Oct 7 14:38:58 PDT 2007 Josef Svenningsson <[EMAIL PROTECTED]> * Fix a whole heap of speling errrs in the docs M ./docs/users_guide/ffi-chap.xml -3 +3 M ./docs/users_guide/flags.xml -2 +2 M ./docs/users_guide/ghci.xml -4 +4 M ./docs/users_guide/glasgow_exts.xml -26 +26

patch applied (ghc-6.8/ghc): We need to install-docs when making the Windows bindist

2007-10-27 Thread Ian Lynagh
Sat Oct 27 07:43:33 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * We need to install-docs when making the Windows bindist M ./Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): We need to set _way=* in rts/ both when making and installing bindists

2007-10-27 Thread Ian Lynagh
Sat Oct 27 07:29:14 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * We need to set _way=* in rts/ both when making and installing bindists This is a hack, but it means we get libHSrts*.a etc rather than just libHSrts.a. M ./Makefile -3 +1 M ./rts/Makefile +8 _

patch applied (ghc-6.8/ghc): arrows is no longer an extralib

2007-10-27 Thread Ian Lynagh
Sat Oct 27 05:36:56 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * arrows is no longer an extralib M ./libraries/extra-packages -1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Only build/install the man page if XSLTPROC is defined

2007-10-27 Thread Ian Lynagh
Sat Oct 27 05:21:55 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Only build/install the man page if XSLTPROC is defined M ./Makefile +2 M ./docs/man/Makefile +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo

patch applied (ghc): Make 'improvement' work properly in TcSimplify

2007-10-27 Thread Simon Peyton Jones
Sat Oct 27 08:54:59 PDT 2007 [EMAIL PROTECTED] * Make 'improvement' work properly in TcSimplify (Please merge this, and the preceding handful from me to the 6.8 branch.) This patch fixes a serious problem in the type checker, whereby TcSimplify was going into a loop be

patch applied (ghc): An implication constraint can abstract over EqInsts

2007-10-27 Thread Simon Peyton Jones
Sat Oct 27 08:54:33 PDT 2007 [EMAIL PROTECTED] * An implication constraint can abstract over EqInsts M ./compiler/typecheck/Inst.lhs -1 +1 M ./compiler/typecheck/TcRnTypes.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.hask

patch applied (ghc): In an AbsBinds, the 'dicts' can include EqInsts

2007-10-27 Thread Simon Peyton Jones
Sat Oct 27 08:49:03 PDT 2007 [EMAIL PROTECTED] * In an AbsBinds, the 'dicts' can include EqInsts An AbsBinds abstrats over evidence, and the evidence can be both Dicts (class constraints, implicit parameters) and EqInsts (equality constraints). So we need to - use varType rather th

patch applied (ghc): More notes

2007-10-27 Thread Simon Peyton Jones
Sat Oct 27 08:47:02 PDT 2007 [EMAIL PROTECTED] * More notes M ./compiler/NOTES +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Comments only

2007-10-27 Thread Simon Peyton Jones
Sat Oct 27 08:46:42 PDT 2007 [EMAIL PROTECTED] * Comments only M ./compiler/basicTypes/Var.lhs -4 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Add anyM to IOEnv

2007-10-27 Thread Simon Peyton Jones
Sat Oct 27 08:45:51 PDT 2007 [EMAIL PROTECTED] * Add anyM to IOEnv M ./compiler/utils/IOEnv.hs -1 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Add a note to NOTES

2007-10-27 Thread Simon Peyton Jones
Sat Oct 27 03:02:20 PDT 2007 [EMAIL PROTECTED] * Add a note to NOTES M ./compiler/NOTES +7 ___ 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-27 Thread Ian Lynagh
Hi Claus, On Fri, Oct 26, 2007 at 03:33:43PM +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. apart from that getting > burried in the email attachment, No, it

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

2007-10-27 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 Fri Oct 26 19:30:02 BST 2007. checki

patch applied (ghc): Make compileToCore return the module name and type environment along with bindings

2007-10-27 Thread Tim Chevalier
Sat Oct 27 03:05:30 PDT 2007 Tim Chevalier <[EMAIL PROTECTED]> * Make compileToCore return the module name and type environment along with bindings compileToCore returned just a list of CoreBind, which isn't enough, since to do anything with the resulting Core code, you probably also

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

2007-10-27 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 Fri Oct 26 19:00:01 BST 2007.

Daily report for stable

2007-10-27 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass macgyver PPC OSX stable: lost tnaur PPC OSX stable:lost x86 Windows stable: fail (failed darcs) x86 Windows stable fast: pass pass pass pass pass pass x86-64 Linux stable: pass Dropping unexpected test passes reports

Daily report for head

2007-10-27 Thread BuildBot Collator
Build results: x86-64 Linux head: pass gabor head:pass kahl G5 Gentoo Linux head: pass phil Intel OSX head: pass phil P4 SuSE Linux head: pass tnaur x86 Linux head: lost pass x86-64 Linux head unreg: pass Old unexpected test passes: arrowrun004 2 macgy