diff options
-rw-r--r-- | haddock.cabal | 4 |
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 |