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
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
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
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
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
_
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
_
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
___
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
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
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
_
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
39 matches
Mail list logo