summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-07-12 11:20:31 +0200
committerGabor Greif <ggreif@gmail.com>2014-07-12 17:59:06 +0200
commitb8b8d190525b073aa44f7a5bda555e25ea7ef5d6 (patch)
tree998b8b8b1d337a9980fbd8250b2d397f595595a2
parent6a75bcd0725c3e569b5e9b9d3f254a3c4745989c (diff)
downloadhaskell-b8b8d190525b073aa44f7a5bda555e25ea7ef5d6.tar.gz
Activate tab checks
-rw-r--r--compiler/typecheck/TcArrows.lhs6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/typecheck/TcArrows.lhs b/compiler/typecheck/TcArrows.lhs
index 6cea892e79..eab8941956 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