[commit: ghc] master: Remove trailing whitespace and tabs (60d17a3)
git at git.haskell.org
git
Tue Oct 1 18:21:17 UTC 2013
Repository : ssh://git at git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/60d17a3500fbbf784c930409b19b5cfc49f44cb9/ghc
>---------------------------------------------------------------
commit 60d17a3500fbbf784c930409b19b5cfc49f44cb9
Author: Simon Peyton Jones <simonpj at 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,
More information about the ghc-commits
mailing list