[commit: nofib] master: spectral: enable exact-reals (65a247d)

git at git.haskell.org git at git.haskell.org
Thu May 4 18:24:16 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/65a247dff447756ef6ac2c60bf0a6c8a0d9fb2bb/nofib

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

commit 65a247dff447756ef6ac2c60bf0a6c8a0d9fb2bb
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date:   Thu May 4 08:46:35 2017 -0400

    spectral: enable exact-reals
    
    The benchmark only needed a small update to the expected stdandard
    output file (missing newline).
    
    Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
    
    Test Plan: build & run
    
    Reviewers: dfeuer, bgamari
    
    Reviewed By: dfeuer
    
    Differential Revision: https://phabricator.haskell.org/D3363


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

65a247dff447756ef6ac2c60bf0a6c8a0d9fb2bb
 spectral/Makefile                       | 7 ++++---
 spectral/exact-reals/exact-reals.stdout | 0
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/spectral/Makefile b/spectral/Makefile
index 6eb35a5..1a70b28 100644
--- a/spectral/Makefile
+++ b/spectral/Makefile
@@ -4,9 +4,10 @@ include $(TOP)/mk/boilerplate.mk
 # TODO(michalt): Re-enable `secretary` (requires `random`)
 SUBDIRS = ansi atom awards banner boyer boyer2 calendar cichelli circsim \
           clausify constraints cryptarithm1 cryptarithm2 cse eliza expert \
-          fft2 fibheaps fish gcd hartel integer knights lambda last-piece lcss life \
-	  mandel mandel2 mate minimax multiplier para power pretty primetest \
-	  puzzle rewrite scc simple sorting sphere treejoin
+          exact-reals fft2 fibheaps fish gcd hartel integer knights lambda \
+          last-piece lcss life mandel mandel2 mate minimax multiplier para \
+          power pretty primetest puzzle rewrite scc simple sorting sphere \
+          treejoin
 
 include $(TOP)/mk/target.mk
 



More information about the ghc-commits mailing list