aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-12-07 14:12:54 +0000
committerDavid Waern <david.waern@gmail.com>2008-12-07 14:12:54 +0000
commit337ec85addb7a4b8c5cc37ccebce50fffc45741e (patch)
tree36c7393924a1ea432bf1b4b0677d0c8798bec9be /haddock.cabal
parent0a10b30be2f0f5c52cc53ae87c126acbabaab8d7 (diff)
Remove -Werror
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
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