diff options
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal index a71fd23e..b9c78ae9 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -89,7 +89,7 @@ executable haddock hs-source-dirs: src extensions: CPP, PatternGuards, DeriveDataTypeable, ScopedTypeVariables, MagicHash - ghc-options: -funbox-strict-fields -O2 -Wall -Werror + ghc-options: -funbox-strict-fields -O2 -Wall other-modules: Haddock.Interface @@ -138,8 +138,6 @@ library Haddock.Utils Haddock.GHC.Utils - ghc-options: -Wall -Werror - -- Cabal doesn't define __GHC_PATCHLEVEL__ if impl(ghc == 6.8.3) cpp-options: -D__GHC_PATCHLEVEL__=3 |