aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-08-15 09:47:13 +0000
committerDavid Waern <david.waern@gmail.com>2009-08-15 09:47:13 +0000
commit9c9e91bf58f91afa7fe4e68ba88afdec8d2ecd7a (patch)
tree69e6d30e0d405c080bc02ec1edb6c437d9ae93b9 /haddock.cabal
parent23c1629cf7bc8874b7778d54d5d20eda549e230f (diff)
Remove -Werror
Forgot that Hackage doesn't like it.
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 92eb0256..bb6be5e4 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -85,7 +85,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