From 87b91ac86d97fdc0297e10639d491bbe0dd33571 Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 21 Jul 2010 15:19:31 +0000 Subject: Add -fwarn-tabs --- haddock.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haddock.cabal b/haddock.cabal index 2699a037..584bae9b 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -94,7 +94,7 @@ executable haddock hs-source-dirs: src extensions: CPP, PatternGuards, DeriveDataTypeable, ScopedTypeVariables, MagicHash - ghc-options: -funbox-strict-fields -O2 -Wall + ghc-options: -funbox-strict-fields -O2 -Wall -fwarn-tabs other-modules: Haddock.Interface @@ -158,7 +158,7 @@ library hs-source-dirs: src extensions: CPP, PatternGuards, DeriveDataTypeable, ScopedTypeVariables, MagicHash - ghc-options: -funbox-strict-fields -O2 -Wall + ghc-options: -funbox-strict-fields -O2 -Wall -fwarn-tabs exposed-modules: Documentation.Haddock -- cgit v1.2.3