diff options
author | David Waern <david.waern@gmail.com> | 2008-12-07 14:25:18 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-12-07 14:25:18 +0000 |
commit | f72f20ba5b3444e06b42b56e02725e81568b8033 (patch) | |
tree | e7a3a4c4a2076851efd9beefde25050a9b5d7248 | |
parent | 337ec85addb7a4b8c5cc37ccebce50fffc45741e (diff) |
Remove -Wall, we'll focus on warnings after 6.10.2 is out
-rw-r--r-- | haddock.cabal | 2 |
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 |