[commit: packages/bytestring] master: Add -fwarn-tabs (7670357)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:43:40 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/76703578c34a66bf4b11a1f99fbccd9a0d4afade

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

commit 76703578c34a66bf4b11a1f99fbccd9a0d4afade
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Sun Dec 14 14:44:26 2014 +0000

    Add -fwarn-tabs


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

76703578c34a66bf4b11a1f99fbccd9a0d4afade
 bytestring.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bytestring.cabal b/bytestring.cabal
index 794c9e2..a151269 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -120,7 +120,7 @@ library
                         DeriveDataTypeable, BangPatterns,
                         NamedFieldPuns
 
-  ghc-options:      -Wall
+  ghc-options:      -Wall -fwarn-tabs
                     -O2
                     -fmax-simplifier-iterations=10
                     -fdicts-cheap



More information about the ghc-commits mailing list