Repository : ssh://g...@git.haskell.org/ghc

On branch  : master
Link       : 
http://ghc.haskell.org/trac/ghc/changeset/60d17a3500fbbf784c930409b19b5cfc49f44cb9/ghc

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

commit 60d17a3500fbbf784c930409b19b5cfc49f44cb9
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Tue Oct 1 18:15:07 2013 +0100

    Remove trailing whitespace and tabs


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

60d17a3500fbbf784c930409b19b5cfc49f44cb9
 compiler/types/FunDeps.lhs |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/compiler/types/FunDeps.lhs b/compiler/types/FunDeps.lhs
index e630c84..249a0a8 100644
--- a/compiler/types/FunDeps.lhs
+++ b/compiler/types/FunDeps.lhs
@@ -8,13 +8,6 @@ FunDeps - functional dependencies
 It's better to read it as: "if we know these, then we're going to know these"
 
 \begin{code}
-{-# 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://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
--- for details
-
 module FunDeps (
         FDEq (..),
        Equation(..), pprEquation,

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

Reply via email to