[commit: nofib] master: Enable fasta by default (453d2e4)
Johan Tibell
johan.tibell at gmail.com
Wed Feb 6 19:12:15 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/nofib
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/453d2e438b1244e28c1ec3b66041f8590b8cfcb0
>---------------------------------------------------------------
commit 453d2e438b1244e28c1ec3b66041f8590b8cfcb0
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Wed Feb 6 10:12:03 2013 -0800
Enable fasta by default
>---------------------------------------------------------------
shootout/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/shootout/Makefile b/shootout/Makefile
index 0b039e5..c860e33 100644
--- a/shootout/Makefile
+++ b/shootout/Makefile
@@ -1,7 +1,7 @@
TOP = ..
include $(TOP)/mk/boilerplate.mk
-SUBDIRS = binary-trees fannkuch-redux n-body pidigits spectral-norm
+SUBDIRS = binary-trees fannkuch-redux fasta n-body pidigits spectral-norm
include $(TOP)/mk/target.mk
More information about the ghc-commits
mailing list