[commit: ghc] master: Untabify and trailing whitespace (de34e2e)
git at git.haskell.org
git at git.haskell.org
Thu Oct 24 10:39:54 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/de34e2edb667a14ff923decd0ac52983d99ca5e5/ghc
>---------------------------------------------------------------
commit de34e2edb667a14ff923decd0ac52983d99ca5e5
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Oct 24 11:38:47 2013 +0100
Untabify and trailing whitespace
>---------------------------------------------------------------
de34e2edb667a14ff923decd0ac52983d99ca5e5
compiler/types/Coercion.lhs | 7 -------
1 file changed, 7 deletions(-)
diff --git a/compiler/types/Coercion.lhs b/compiler/types/Coercion.lhs
index 03307b6..794ad3b 100644
--- a/compiler/types/Coercion.lhs
+++ b/compiler/types/Coercion.lhs
@@ -3,13 +3,6 @@
%
\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 for (a) type kinds and (b) type coercions,
-- as used in System FC. See 'CoreSyn.Expr' for
-- more on System FC and how coercions fit into it.
More information about the ghc-commits
mailing list