[commit: ghc] ghc-lwc2: Retab (106af14)

Ian Lynagh igloo at earth.li
Thu Feb 28 15:19:52 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : ghc-lwc2

http://hackage.haskell.org/trac/ghc/changeset/106af14265aab27a892a3fd08c76af6e2f0518f3

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

commit 106af14265aab27a892a3fd08c76af6e2f0518f3
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date:   Sat Feb 23 15:50:32 2013 -0500

    Retab

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

 libraries/base/LwConc/Substrate.hs |  2 +-
 libraries/base/tests/all.T         | 34 +++++++++++++++++-----------------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/libraries/base/LwConc/Substrate.hs b/libraries/base/LwConc/Substrate.hs
index 58bdaa7..1a9d253 100644
--- a/libraries/base/LwConc/Substrate.hs
+++ b/libraries/base/LwConc/Substrate.hs
@@ -5,7 +5,7 @@
            , UnboxedTuples
            , ScopedTypeVariables
            , DeriveDataTypeable
-					 , StandaloneDeriving
+           , StandaloneDeriving
   #-}
 {-# OPTIONS_GHC -fno-warn-unused-imports -w -XBangPatterns #-}
 
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 782d11e..69c574e 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -48,10 +48,10 @@ test('hGetBuf003', normal, compile_and_run, [''])
 test('hPutBuf001', normal, compile_and_run, [''])
 test('hPutBuf002', extra_clean(['hPutBuf002.out']), compile_and_run, [''])
 
-test('char001', 	normal, compile_and_run, [''])
-test('char002', 	normal, compile_and_run, [''])
+test('char001',   normal, compile_and_run, [''])
+test('char002',   normal, compile_and_run, [''])
 
-test('cstring001', 	normal, compile_and_run, [''])
+test('cstring001',  normal, compile_and_run, [''])
 
 test('length001',
      # This fails without -O, as it relies on a RULE being applied
@@ -59,28 +59,28 @@ test('length001',
      compile_and_run,
      [''])
 
-test('ratio001', 	normal, compile_and_run, [''])
+test('ratio001',  normal, compile_and_run, [''])
 
-test('rand001',		reqlib('random'), compile_and_run, [''])
-test('reads001',		normal, compile_and_run, [''])
-test('show001',		normal, compile_and_run, [''])
-test('text001',		normal, compile_and_run, [''])
+test('rand001',   reqlib('random'), compile_and_run, [''])
+test('reads001',    normal, compile_and_run, [''])
+test('show001',   normal, compile_and_run, [''])
+test('text001',   normal, compile_and_run, [''])
 
-test('tup001',		normal, compile_and_run, [''])
+test('tup001',    normal, compile_and_run, [''])
 
-test('addr001',		normal, compile_and_run, [''])
+test('addr001',   normal, compile_and_run, [''])
 test('dynamic001',      normal, compile_and_run, [''])
 test('dynamic002',      normal, compile_and_run, [''])
 test('dynamic003',      extra_run_opts('+RTS -K32m -RTS'), compile_and_run, [''])
 test('dynamic004',      omit_ways(['normal', 'threaded1', 'ghci']), compile_and_run, [''])
 test('dynamic005',      normal, compile_and_run, [''])
 test('enum01',          when(fast(), skip), compile_and_run, ['-cpp'])
-test('enum02', 		when(fast(), skip), compile_and_run, ['-cpp'])
-test('enum03', 		when(fast(), skip), compile_and_run, ['-cpp'])
-test('enum04', 		normal, compile_and_run, [''])
-test('exceptionsrun001', 	normal, compile_and_run, [''])
-test('exceptionsrun002', 	normal, compile_and_run, [''])
-test('list001'	,	when(fast(), skip), compile_and_run, [''])
+test('enum02',    when(fast(), skip), compile_and_run, ['-cpp'])
+test('enum03',    when(fast(), skip), compile_and_run, ['-cpp'])
+test('enum04',    normal, compile_and_run, [''])
+test('exceptionsrun001',  normal, compile_and_run, [''])
+test('exceptionsrun002',  normal, compile_and_run, [''])
+test('list001'  , when(fast(), skip), compile_and_run, [''])
 test('list002', when(fast(), skip), compile_and_run, [''])
 test('list003', when(fast(), skip), compile_and_run, [''])
 
@@ -93,7 +93,7 @@ test('memo001',
 test('memo002',
      [extra_run_opts('20'),
       extra_clean(['Memo2.hi', 'Memo2.o'])],
-	multimod_compile_and_run, ['memo002',''])
+  multimod_compile_and_run, ['memo002',''])
 
 test('packedstring001', reqlib('packedstring'), compile_and_run, ['-package packedstring'])
 





More information about the ghc-commits mailing list