[commit: ghc] ghc-lwc2: Removed tabs (dc6968c)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
t-sichan at microsoft.com
Mon May 13 22:27:43 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
https://github.com/ghc/ghc/commit/dc6968c45518c2d601f798377a63572fea66424f
>---------------------------------------------------------------
commit dc6968c45518c2d601f798377a63572fea66424f
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Mon May 13 14:09:42 2013 -0400
Removed tabs
>---------------------------------------------------------------
tests/Benchmarks/ChameneosRedux/Makefile | 2 +-
tests/Benchmarks/ChameneosRedux/chameneos-redux-lwc.hs | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/Benchmarks/ChameneosRedux/Makefile b/tests/Benchmarks/ChameneosRedux/Makefile
index 0fd7851..29d8ca2 100644
--- a/tests/Benchmarks/ChameneosRedux/Makefile
+++ b/tests/Benchmarks/ChameneosRedux/Makefile
@@ -4,7 +4,7 @@ include ../../config.mk
TOP := ../../../
EXTRA_LIBS=/scratch/chandras/install
-GHC_OPTS_EXTRA=-threaded -XDeriveDataTypeable -XBangPatterns -XCPP -XGeneralizedNewtypeDeriving -funbox-strict-fields -ipqueue-1.2.1 -O2
+GHC_OPTS_EXTRA=-threaded -XDeriveDataTypeable -XBangPatterns -XCPP -XGeneralizedNewtypeDeriving -funbox-strict-fields -ipqueue-1.2.1 -O2 -debug
PROFILE_FLAGS := -DPROFILE_ENABLED -prof -fprof-auto -auto -auto-all
diff --git a/tests/Benchmarks/ChameneosRedux/chameneos-redux-lwc.hs b/tests/Benchmarks/ChameneosRedux/chameneos-redux-lwc.hs
index 7bcf25d..6c3792d 100644
--- a/tests/Benchmarks/ChameneosRedux/chameneos-redux-lwc.hs
+++ b/tests/Benchmarks/ChameneosRedux/chameneos-redux-lwc.hs
@@ -15,9 +15,9 @@
-}
import LwConc.Substrate
-import FairShare
+-- import FairShare
-- import LwConc.RunQueue
--- import ConcurrentList
+import ConcurrentList
import MVarList
import Control.Monad
import Data.Char
More information about the ghc-commits
mailing list