[commit: packages/parallel] master: `M-x untabify` & `M-x delete-trailing-whitespace` (a7bdc6a)

git at git.haskell.org git at git.haskell.org
Sun Nov 3 09:54:20 UTC 2013


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

On branch  : master
Link       : http://git.haskell.org/packages/parallel.git/commitdiff/a7bdc6ac8454c86aab0d3cfac4dc7ffff49772ba

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

commit a7bdc6ac8454c86aab0d3cfac4dc7ffff49772ba
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Nov 3 10:27:48 2013 +0100

    `M-x untabify` & `M-x delete-trailing-whitespace`
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

a7bdc6ac8454c86aab0d3cfac4dc7ffff49772ba
 Control/Parallel.hs            |    2 +-
 Control/Parallel/Strategies.hs |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Control/Parallel.hs b/Control/Parallel.hs
index 2cae515..f882104 100644
--- a/Control/Parallel.hs
+++ b/Control/Parallel.hs
@@ -19,7 +19,7 @@ module Control.Parallel (
     ) where
 
 #ifdef __GLASGOW_HASKELL__
-import qualified GHC.Conc	( par, pseq )
+import qualified GHC.Conc       ( par, pseq )
 
 infixr 0 `par`, `pseq`
 #endif
diff --git a/Control/Parallel/Strategies.hs b/Control/Parallel/Strategies.hs
index b2a04a6..addf792 100644
--- a/Control/Parallel/Strategies.hs
+++ b/Control/Parallel/Strategies.hs
@@ -891,4 +891,3 @@ The naming scheme is now as follows:
      'parBuffer', which are not named after their type constructor (lists)
      but after their function (rolling buffer of fixed size).
 -}
-



More information about the ghc-commits mailing list