diff options
author | David Waern <david.waern@gmail.com> | 2009-08-15 09:47:13 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-08-15 09:47:13 +0000 |
commit | 9c9e91bf58f91afa7fe4e68ba88afdec8d2ecd7a (patch) | |
tree | 69e6d30e0d405c080bc02ec1edb6c437d9ae93b9 | |
parent | 23c1629cf7bc8874b7778d54d5d20eda549e230f (diff) |
Remove -Werror
Forgot that Hackage doesn't like it.
-rw-r--r-- | haddock.cabal | 2 |
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 |