aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-07-21 15:19:31 +0000
committerDavid Waern <david.waern@gmail.com>2010-07-21 15:19:31 +0000
commit87b91ac86d97fdc0297e10639d491bbe0dd33571 (patch)
tree96819f0988fae8c00572f1fc7c12371bd0dd8be4 /haddock.cabal
parenta770d62bbc684adbd188b70093507c42a7f05a24 (diff)
Add -fwarn-tabs
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files 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