[commit: nofib] shake: Remove 'parallel' from the default run settings of Shake. (bf993f4)
David Terei
davidterei at gmail.com
Mon Mar 4 10:29:00 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/nofib
On branch : shake
http://hackage.haskell.org/trac/ghc/changeset/bf993f465c21448d0f6fb353348bd2925652c037
>---------------------------------------------------------------
commit bf993f465c21448d0f6fb353348bd2925652c037
Author: David Terei <davidterei at gmail.com>
Date: Mon Mar 4 01:26:31 2013 -0800
Remove 'parallel' from the default run settings of Shake.
>---------------------------------------------------------------
Nofib.hs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Nofib.hs b/Nofib.hs
index 41b5661..0382cf9 100644
--- a/Nofib.hs
+++ b/Nofib.hs
@@ -29,7 +29,8 @@ import Development.Shake.FilePath
-- | These are directories that contain tests.
testRoots :: [String]
-testRoots = words "imaginary spectral real parallel spectral/hartel"
+-- testRoots = words "imaginary spectral real parallel spectral/hartel"
+testRoots = words "imaginary spectral real spectral/hartel"
-- | These are tests that are under testRoots, but should be skipped (all are skipped by the Makefile system)
More information about the ghc-commits
mailing list