Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2362714681a1764bb8018687e9bd3cd05e8d154c >--------------------------------------------------------------- commit 2362714681a1764bb8018687e9bd3cd05e8d154c Author: David Terei <[email protected]> Date: Thu Mar 29 03:42:52 2012 -0700 Fix hash and clean fibon makefile. >--------------------------------------------------------------- fibon/Makefile | 4 +--- gc/hash/hash.stdout | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fibon/Makefile b/fibon/Makefile index bf70202..ae31bd1 100644 --- a/fibon/Makefile +++ b/fibon/Makefile @@ -1,9 +1,7 @@ TOP = ../ include $(TOP)/mk/boilerplate.mk -SSUBDIRS = Hackage Repa Shootout - -SUBDIRS = $(filter-out $(NOT_THESE), $(SSUBDIRS)) +SUBDIRS = Hackage Repa Shootout include $(TOP)/mk/target.mk diff --git a/gc/hash/hash.stdout b/gc/hash/hash.stdout new file mode 100644 index 0000000..4b58162 --- /dev/null +++ b/gc/hash/hash.stdout @@ -0,0 +1 @@ +Just 100 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
