[commit: ghc] master: Remove a few redundant `-fno-warn-tabs`s (55e04cb)

git at git.haskell.org git at git.haskell.org
Thu Sep 25 09:24:10 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/55e04cb9cb78951cbcc2a30cccb965124b1a283d/ghc

>---------------------------------------------------------------

commit 55e04cb9cb78951cbcc2a30cccb965124b1a283d
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Sep 25 08:49:02 2014 +0200

    Remove a few redundant `-fno-warn-tabs`s


>---------------------------------------------------------------

55e04cb9cb78951cbcc2a30cccb965124b1a283d
 compiler/coreSyn/MkCore.lhs | 6 ------
 compiler/hsSyn/HsUtils.lhs  | 6 ------
 compiler/rename/RnBinds.lhs | 6 ------
 3 files changed, 18 deletions(-)

diff --git a/compiler/coreSyn/MkCore.lhs b/compiler/coreSyn/MkCore.lhs
index d749f82..6987f06 100644
--- a/compiler/coreSyn/MkCore.lhs
+++ b/compiler/coreSyn/MkCore.lhs
@@ -1,11 +1,5 @@
 \begin{code}
 {-# LANGUAGE CPP #-}
-{-# 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
 
 -- | Handy functions for creating much Core syntax
 module MkCore (
diff --git a/compiler/hsSyn/HsUtils.lhs b/compiler/hsSyn/HsUtils.lhs
index 35de6a6..cae0983 100644
--- a/compiler/hsSyn/HsUtils.lhs
+++ b/compiler/hsSyn/HsUtils.lhs
@@ -15,12 +15,6 @@ which deal with the instantiated versions are located elsewhere:
 
 \begin{code}
 {-# LANGUAGE CPP #-}
-{-# 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
 {-# LANGUAGE ScopedTypeVariables #-}
 {-# LANGUAGE FlexibleContexts #-}
 
diff --git a/compiler/rename/RnBinds.lhs b/compiler/rename/RnBinds.lhs
index f76090f..c572e32 100644
--- a/compiler/rename/RnBinds.lhs
+++ b/compiler/rename/RnBinds.lhs
@@ -10,12 +10,6 @@ they may be affected by renaming (which isn't fully worked out yet).
 
 \begin{code}
 {-# LANGUAGE CPP #-}
-{-# 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 RnBinds (
    -- Renaming top-level bindings



More information about the ghc-commits mailing list