Repository : ssh://darcs.haskell.org//srv/darcs/nofib

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/7505126558b4d4c912c40a9cdeb61b0b4ef7bbc0

>---------------------------------------------------------------

commit 7505126558b4d4c912c40a9cdeb61b0b4ef7bbc0
Author: David Terei <[email protected]>
Date:   Thu Mar 29 16:21:48 2012 -0700

    Sort benchmarks in alphabetical order

>---------------------------------------------------------------

 imaginary/Makefile |    4 ++--
 real/Makefile      |    4 ++--
 spectral/Makefile  |   10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/imaginary/Makefile b/imaginary/Makefile
index e661d29..7f5d766 100644
--- a/imaginary/Makefile
+++ b/imaginary/Makefile
@@ -1,8 +1,8 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = exp3_8 gen_regexps paraffins primes queens rfib tak x2n1 \
-       wheel-sieve1 wheel-sieve2 integrate bernouilli
+SUBDIRS = bernouilli exp3_8 gen_regexps integrate paraffins primes queens \
+          rfib tak wheel-sieve1 wheel-sieve2 x2n1
 
 OTHER_SUBDIRS = digits-of-e1 digits-of-e2
 
diff --git a/real/Makefile b/real/Makefile
index 5779ade..e1a158d 100644
--- a/real/Makefile
+++ b/real/Makefile
@@ -2,8 +2,8 @@ TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
 SUBDIRS = anna bspt cacheprof compress compress2 fem fluid fulsom gamteb gg \
-  grep hidden hpg infer lift maillist mkhprog parser pic prolog \
-  reptile rsa scs symalg veritas
+          grep hidden hpg infer lift maillist mkhprog parser pic prolog \
+          reptile rsa scs symalg veritas
 
 # Omitted: 
 #      HMMS    binary file endian-ness problems
diff --git a/spectral/Makefile b/spectral/Makefile
index 6c9e9f7..4b1ee52 100644
--- a/spectral/Makefile
+++ b/spectral/Makefile
@@ -1,11 +1,11 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = \
-  ansi atom awards banner boyer boyer2 calendar cichelli circsim clausify \
-  constraints cryptarithm1 cryptarithm2 cse eliza expert fibheaps fish \
-  fft2 gcd hartel integer lcss life knights mandel mandel2 minimax multiplier \
-  para power pretty primetest puzzle rewrite scc simple sorting sphere treejoin
+SUBDIRS = ansi atom awards banner boyer boyer2 calendar cichelli circsim \
+          clausify constraints cryptarithm1 cryptarithm2 cse eliza expert \
+          fft2 fibheaps fish gcd hartel integer knights lcss life mandel \
+          mandel2 minimax multiplier para power pretty primetest puzzle \
+          rewrite scc simple sorting sphere treejoin
 
 # compreals    no suitable test data
 # salishan     no Haskell code!



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to