[commit: nofib] master: imaginary: re-enable digits-of-e{1, 2} (0a12057)

git at git.haskell.org git at git.haskell.org
Sat Feb 18 05:10:20 UTC 2017


Repository : ssh://git@git.haskell.org/nofib

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0a120575afb635ab0b1d9d670d5eb386c2b4fb8d/nofib

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

commit 0a120575afb635ab0b1d9d670d5eb386c2b4fb8d
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date:   Tue Feb 14 17:00:11 2017 -0500

    imaginary: re-enable digits-of-e{1,2}
    
    Summary:
    These still compile and are quick to run so we might as well enable them.
    
    Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
    
    Test Plan: run nofib
    
    Reviewers: bgamari
    
    Reviewed By: bgamari
    
    Subscribers: bgamari
    
    Differential Revision: https://phabricator.haskell.org/D3078


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

0a120575afb635ab0b1d9d670d5eb386c2b4fb8d
 imaginary/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/imaginary/Makefile b/imaginary/Makefile
index 7c2fcfa..a38ff2a 100644
--- a/imaginary/Makefile
+++ b/imaginary/Makefile
@@ -1,10 +1,8 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = bernouilli exp3_8 gen_regexps integrate paraffins primes queens \
-          rfib tak wheel-sieve1 wheel-sieve2 x2n1 kahan
-
-OTHER_SUBDIRS = digits-of-e1 digits-of-e2
+SUBDIRS = bernouilli digits-of-e1 digits-of-e2 exp3_8 gen_regexps integrate \
+	  paraffins primes queens rfib tak wheel-sieve1 wheel-sieve2 x2n1 kahan
 
 include $(TOP)/mk/target.mk
 



More information about the ghc-commits mailing list