Mon Jul 13 22:45:59 PDT 2009 Manuel M T Chakravarty
* FIX #3272
Ignore-this: 225fe4d82d4eed02e9b1377687661bac
M ./compiler/typecheck/TcTyFuns.lhs -6 +30
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090714054559-6295e-fade9e60f5828a9f7e312245bd42f6b6f63711e8.gz
_
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 Mon Jul 13 18:00:01 BST 2009.
checking out
Building the HEAD with profiling breaks on Mac OS X (but probably not
an OS dependent problem) - validate wouldn't pick this up as it
doesn't build profiling libraries:
"inplace/bin/ghc-stage1" -prof -H32m -O-package-name integer-
gmp-0.1.0.0 -hide-all-packages -i -ilibraries/integer-gmp
Build description = HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx
Nightly build started on cam-04-unx at Mon Jul 13 19:00:01 BST 2009.
**
Mon Jul 6 16:39:37 CDT 2009 Austin Seipp
* fix mk/build.mk for HaveLibGmp/HaveFrameworkGMP
Previously if you were to set HaveFrameworkGMP/HaveLibGmp in
mk/build.mk (e.g. on mac os) the settings would be ignored, as
gmp/config.mk is included late in GHC's ghc.mk, meaning autoconf
overri
Mon Jul 13 04:49:17 PDT 2009 Ian Lynagh
* Set RELEASE=YES and set the version to 6.10.4
M ./configure.ac -2 +2
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090713114917-3fd76-1532d57c09718d3a1d72f28f345d1a2b4028b66e.gz
Mon Jul 13 02:20:32 PDT 2009 Roman Leshchinskiy
* Fix warnings
Ignore-this: 3631b87164fc54d82e3a02875dc08f7d
M ./compiler/vectorise/VectBuiltIn.hs -1 +1
M ./compiler/vectorise/VectCore.hs -3
M ./compiler/vectorise/VectType.hs -20 +9
M ./compiler/vectorise/VectUtils.hs -5 +3
Sun Jul 12 21:42:12 PDT 2009 Roman Leshchinskiy
* Separate length from data in DPH arrays
Ignore-this: aa2cc3b5ae43bd2c493ce4b330c883cd
M ./compiler/basicTypes/OccName.lhs -4 +4
M ./compiler/vectorise/VectBuiltIn.hs -71 +116
M ./compiler/vectorise/VectCore.hs -12 +6
M ./compi
On 12/07/2009 11:23, Matthias Kilian wrote:
On Fri, Jul 10, 2009 at 07:17:24PM +0200, Matthias Kilian wrote:
Yes, I missed the important bits, sorry for the noise. First, the
`$(REALGOALS) all' should depend on *.old (which is ugly), second,
the `touch $@' should be a `touch -r $@ $<', and I'm n