patch applied (ghc): Mac installer: add comprehensive licencing information

2008-02-10 Thread chak
Sun Feb 10 22:14:50 PST 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Mac installer: add comprehensive licencing information ./distrib/MacOS/lambda-logo.png -> ./distrib/MacOS/installer-docs/lambda-logo.png M ./distrib/MacOS/GHC-system.pmdoc/index.xml -1 +1 A ./distrib/MacOS/i

patch applied (ghc): Force -s on ar in xcode builds

2008-02-10 Thread chak
Sun Feb 10 18:23:29 PST 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Force -s on ar in xcode builds M ./distrib/MacOS/GHC.xcodeproj/project.pbxproj -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cv

[nightly] 10-Feb-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-02-10 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 Feb 10 18:00:01 GMT 2008. checking out

[nightly] 10-Feb-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-02-10 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 Feb 10 18:10:01 GMT 2008. checki

patch applied (ghc): Fix warning (FIX validate)

2008-02-10 Thread Roman Leshchinskiy
Sun Feb 10 20:02:11 PST 2008 Roman Leshchinskiy <[EMAIL PROTECTED]> * Fix warning (FIX validate) M ./compiler/deSugar/DsExpr.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Symbolic tags for simplifier phases

2008-02-10 Thread Roman Leshchinskiy
Sun Feb 10 19:23:50 PST 2008 Roman Leshchinskiy <[EMAIL PROTECTED]> * Symbolic tags for simplifier phases Every simplifier phase can have an arbitrary number of tags and multiple phases can share the same tags. The tags can be used as arguments to -ddump-simpl-phases to specify which ph

patch applied (ghc): Allow -ddump-simpl-phases to specify which phases to dump

2008-02-10 Thread Roman Leshchinskiy
Sun Feb 10 18:06:30 PST 2008 Roman Leshchinskiy <[EMAIL PROTECTED]> * Allow -ddump-simpl-phases to specify which phases to dump We can now say -ddump-simpl-phases=1,2 to dump only these two phases and nothing else. M ./compiler/coreSyn/CoreLint.lhs -1 +4 M ./compiler/main/DynFlag

patch applied (testsuite): Apply cmd_prefix also to the ghci way

2008-02-10 Thread Ian Lynagh
Fri Feb 8 14:45:07 PST 2008 Thorkil Naur <[EMAIL PROTECTED]> * Apply cmd_prefix also to the ghci way M ./driver/testlib.py -1 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixed warnings in parser/ParserCoreUtils

2008-02-10 Thread Ian Lynagh
Sun Feb 3 18:22:26 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in parser/ParserCoreUtils M ./compiler/parser/ParserCoreUtils.hs -7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixed warnings in hsSyn/Convert, except for incomplete pattern matches

2008-02-10 Thread Ian Lynagh
Sun Feb 3 16:05:10 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in hsSyn/Convert, except for incomplete pattern matches M ./compiler/hsSyn/Convert.lhs -16 +32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.or

patch applied (ghc): Fixed warnings in types/Unify

2008-02-10 Thread Ian Lynagh
Sun Feb 3 14:42:28 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in types/Unify M ./compiler/types/Unify.lhs -13 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixed warnings in ndpFlatten/FlattenInfo

2008-02-10 Thread Ian Lynagh
Sun Feb 3 14:41:59 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in ndpFlatten/FlattenInfo M ./compiler/ndpFlatten/FlattenInfo.hs -8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixed warnings in vectorise/VectBuiltIn

2008-02-10 Thread Ian Lynagh
Sun Feb 3 14:40:43 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in vectorise/VectBuiltIn M ./compiler/vectorise/VectBuiltIn.hs -13 +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

patch applied (ghc): Fixed warnings in vectorise/VectCore

2008-02-10 Thread Ian Lynagh
Sun Feb 3 14:40:03 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in vectorise/VectCore M ./compiler/vectorise/VectCore.hs -7 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixed warnings in deSugar/DsExpr, except for incomplete pattern matches

2008-02-10 Thread Ian Lynagh
Sun Feb 3 13:48:48 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in deSugar/DsExpr, except for incomplete pattern matches M ./compiler/deSugar/DsExpr.lhs -9 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.o

patch applied (ghc): Fixed warnings in deSugar/DsGRHSs, except for incomplete pattern matches

2008-02-10 Thread Ian Lynagh
Sun Feb 3 13:46:02 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in deSugar/DsGRHSs, except for incomplete pattern matches M ./compiler/deSugar/DsGRHSs.lhs -7 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell

patch applied (ghc): Fixed warnings in deSugar/DsListComp, except for incomplete pattern matches

2008-02-10 Thread Ian Lynagh
Sun Feb 3 13:12:53 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in deSugar/DsListComp, except for incomplete pattern matches M ./compiler/deSugar/DsListComp.lhs -3 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.h

patch applied (ghc): Fixed warnings in deSugar/Check, except for incomplete pattern matches

2008-02-10 Thread Ian Lynagh
Sun Feb 3 13:08:14 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in deSugar/Check, except for incomplete pattern matches M ./compiler/deSugar/Check.lhs -26 +36 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.or

patch applied (ghc): Fixed warnings in deSugar/Match, except for incomplete pattern matches

2008-02-10 Thread Ian Lynagh
Sun Feb 3 13:05:33 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in deSugar/Match, except for incomplete pattern matches M ./compiler/deSugar/Match.lhs -20 +34 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.or

patch applied (ghc): Fixed warnings in deSugar/MatchCon, except for incomplete pattern matches

2008-02-10 Thread Ian Lynagh
Sun Feb 3 13:04:02 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in deSugar/MatchCon, except for incomplete pattern matches M ./compiler/deSugar/MatchCon.lhs -4 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haske

patch applied (ghc): Fixed warnings in deSugar/DsMonad

2008-02-10 Thread Ian Lynagh
Sun Feb 3 13:03:39 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in deSugar/DsMonad M ./compiler/deSugar/DsMonad.lhs -11 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Simplifier tests (was Re: patch applied (testsuite): Add a new category of "eyeball" tests)

2008-02-10 Thread Ian Lynagh
On Fri, Feb 08, 2008 at 02:22:28PM +, Simon Peyton-Jones wrote: > > | Right, if we used pcre-light then it wouldn't be tested when validating, > | as pcre-light isn't a bootlib. Also, if that's a C wrapper then it's > | probably more hassle for people on Windows than a Haskell regex library >

patch applied (ghc): Wibble the Makefile: DQ, \" and '"'

2008-02-10 Thread Ian Lynagh
Sun Feb 10 09:11:04 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Wibble the Makefile: DQ, \" and '"' M ./compiler/Makefile -4 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Don't use -w when compiling Config.hs

2008-02-10 Thread Ian Lynagh
Sun Feb 10 09:10:50 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Don't use -w when compiling Config.hs M ./compiler/Makefile -1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Add typesigs to Config.hs

2008-02-10 Thread Ian Lynagh
Sun Feb 10 09:09:25 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add typesigs to Config.hs M ./compiler/Makefile +43 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Allow skipping "make clean" or only re-running the testsuite in validate

2008-02-10 Thread Ian Lynagh
Sun Feb 10 08:28:42 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Allow skipping "make clean" or only re-running the testsuite in validate M ./validate -22 +57 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

Re: darcs patch: Re: Use do notation

2008-02-10 Thread Ian Lynagh
On Sat, Jan 26, 2008 at 07:59:00PM +0100, Twan van Laarhoven wrote: > Ian Lynagh wrote: > >I didn't apply these because they contained or caused conflicts: > > > >Added Applicative instance for UniqSM > >Monadify rename/RnExpr: use do, return and standard monad functions > >Monadify rename/RnSource

patch applied (testsuite): Cache the results of looking to see if we have a library or not

2008-02-10 Thread Ian Lynagh
Sun Feb 10 08:10:41 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Cache the results of looking to see if we have a library or not When handling a test says reqlib('mtl') we cache the result, so we only need to run ghc-pkg once no matter how many tests say it. This makes quite a difference, esp

Daily report for stable

2008-02-10 Thread BuildBot Collator
Build results: gabor stable: pass kahl G5 Gentoo Linux stable:pass mnemosyne x86-64 Gentoo stable: pass tnaur PPC OSX stable 2: fail (failed stage2) tnaur x86 Linux stable: pass x86 Windows stable: pass x86 Windows stable fast:pass pass pass

Daily report for head

2008-02-10 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head: fail (failed bindisttest) x86 Windows head fast: pass pass lost pass pass pass kahl G5 Gentoo Linux head: pass x86-64 Linux head unreg: fail (failed stage2) Dropping unexpected test passes reports from builders not see