Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b13d546f9c454e6d2a15c20a3e10ec47328e33db

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

commit b13d546f9c454e6d2a15c20a3e10ec47328e33db
Author: Ian Lynagh <i...@well-typed.com>
Date:   Wed Jan 2 20:18:21 2013 +0000

    Whitespace only in utils/MonadUtils.hs

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

 compiler/utils/MonadUtils.hs |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/compiler/utils/MonadUtils.hs b/compiler/utils/MonadUtils.hs
index 6f15ecc..c697790 100644
--- a/compiler/utils/MonadUtils.hs
+++ b/compiler/utils/MonadUtils.hs
@@ -2,13 +2,6 @@
 -- | Utilities related to Monad and Applicative classes
 --   Mostly for backwards compatability.
 
-{-# OPTIONS -fno-warn-tabs #-}
--- The above warning supression flag is a temporary kludge.
--- While working on this module you are encouraged to remove it and
--- detab the module (please do the detabbing in a separate patch). See
---     
http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
--- for details
-
 module MonadUtils
         ( Applicative(..)
         , (<$>)
@@ -24,7 +17,7 @@ module MonadUtils
         , mapSndM
         , concatMapM
         , mapMaybeM
-       , fmapMaybeM, fmapEitherM
+        , fmapMaybeM, fmapEitherM
         , anyM, allM
         , foldlM, foldlM_, foldrM
         , maybeMapM



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to