Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/042841713eb6468696eeb437de994c52eb7a858e >--------------------------------------------------------------- commit 042841713eb6468696eeb437de994c52eb7a858e Author: Ian Lynagh <[email protected]> Date: Fri Nov 18 22:22:44 2011 +0000 Remove a redundant tabs warning kludge The tabs have already disappeared >--------------------------------------------------------------- compiler/vectorise/Vectorise/Type/TyConDecl.hs | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/compiler/vectorise/Vectorise/Type/TyConDecl.hs b/compiler/vectorise/Vectorise/Type/TyConDecl.hs index 859056c..6db7dab 100644 --- a/compiler/vectorise/Vectorise/Type/TyConDecl.hs +++ b/compiler/vectorise/Vectorise/Type/TyConDecl.hs @@ -1,9 +1,3 @@ -{-# 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://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces --- for details module Vectorise.Type.TyConDecl ( vectTyConDecls _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
