On Thu, Sep 18, 2008 at 10:41:02AM +1000, Roman Leshchinskiy wrote: > On 18/09/2008, at 10:29, Ian Lynagh wrote: > >On Wed, Sep 17, 2008 at 01:39:30PM +0100, Simon Peyton-Jones wrote: > >> > >>We'd like to release the DPH packages with GHC 6.10. So can you make > >>the bundling process do that? > > > >You mean as an extralib, rather than as a bootlib, right? > > Yes, it should be an extralib.
OK, the buildbots use "--extra --dph" when getting, so it gets put in the bindists, extralibs tarball etc, but it's still possible to easily get dph separately from the other extralibs with darcs-all. By the way, one of the HEAD builders failed while building DPH today, but the others succeeded, so I'm not sure what's going on there. The error sounds like it is related to a recent patch of Simons: http://darcs.haskell.org/buildbot/all/builders/x86-64%20Linux%20head/builds/585/steps/stage1/logs/stdio /64playpen/buildbot/x86_64-linux-head/build/ghc/stage1-inplace/ghc -package-name dph-par-0.3 -hide-all-packages -no-user-package-conf -split-objs -i -idist/build -i../dph -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package array-0.2.0.0 -package base-4.0.0.0 -package dph-base-0.3 -package dph-prim-par-0.3 -package ghc-prim-0.1.0.0 -package random-1.0.0.1 -O -Odph -funbox-strict-fields -haddock -fcpr-off -fdph-this -package-name dph-par -XTypeFamilies -XGADTs -XRankNTypes -XBangPatterns -XMagicHash -XUnboxedTuples -XTypeOperators -idist/build -H32m -O -O2 -fasm -dcore-lint -fgenerics -Wall -fno-warn-deprecated-flags -w -c ../dph/Data/Array/Parallel/Lifted/Repr.hs -o dist/build/Data/Array/Parallel/Lifted/Repr.o -ohi dist/build/Data/Array/Parallel/Lifted/Repr.hi *** Core Lint Errors: in result of SpecConstr *** <no location info>: In the expression: Data.Array.Parallel.Unlifted.Distributed.Gang.$wa ww_a4uf ww1_a4ug Occurrence of a dead Id ww1_a4ug *** Offending Program *** [lots and lots of stuff] Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
