Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0288998917fa54f44d2f0af62fd01429c4524411 >--------------------------------------------------------------- commit 0288998917fa54f44d2f0af62fd01429c4524411 Author: David Terei <[email protected]> Date: Thu Mar 29 13:19:33 2012 -0700 Fix transcols >--------------------------------------------------------------- parallel/transclos/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/parallel/transclos/Makefile b/parallel/transclos/Makefile index 95a7d50..3726bd7 100644 --- a/parallel/transclos/Makefile +++ b/parallel/transclos/Makefile @@ -1,7 +1,7 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk -SRC_HC_OPTS += -cpp -DSTRATEGIES -DTRANSCL_NESTED -package random -package parallel +SRC_HC_OPTS += -cpp -DSTRATEGIES -DTRANSCL_NESTED -package random -package parallel -package containers # XXX: only speeds up without optimisation. This is bad. Could be # due to the nfib delay mucking up load-balancing. _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
