[commit: ghc] master: Activate tab checks (b8b8d19)
git at git.haskell.org
git at git.haskell.org
Sat Jul 12 16:00:34 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b8b8d190525b073aa44f7a5bda555e25ea7ef5d6/ghc
>---------------------------------------------------------------
commit b8b8d190525b073aa44f7a5bda555e25ea7ef5d6
Author: Gabor Greif <ggreif at gmail.com>
Date: Sat Jul 12 11:20:31 2014 +0200
Activate tab checks
>---------------------------------------------------------------
b8b8d190525b073aa44f7a5bda555e25ea7ef5d6
compiler/typecheck/TcArrows.lhs | 6 ------
1 file changed, 6 deletions(-)
diff --git a/compiler/typecheck/TcArrows.lhs b/compiler/typecheck/TcArrows.lhs
index 6cea892..eab8941 100644
--- a/compiler/typecheck/TcArrows.lhs
+++ b/compiler/typecheck/TcArrows.lhs
@@ -6,12 +6,6 @@ Typecheck arrow notation
\begin{code}
{-# LANGUAGE RankNTypes #-}
-{-# OPTIONS_GHC -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 TcArrows ( tcProc ) where
More information about the ghc-commits
mailing list