aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-12-07 14:25:18 +0000
committerDavid Waern <david.waern@gmail.com>2008-12-07 14:25:18 +0000
commitf72f20ba5b3444e06b42b56e02725e81568b8033 (patch)
treee7a3a4c4a2076851efd9beefde25050a9b5d7248
parent337ec85addb7a4b8c5cc37ccebce50fffc45741e (diff)
Remove -Wall, we'll focus on warnings after 6.10.2 is out
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index b9c78ae9..198ca14b 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
+ ghc-options: -funbox-strict-fields -O2
other-modules:
Haddock.Interface