From f72f20ba5b3444e06b42b56e02725e81568b8033 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 7 Dec 2008 14:25:18 +0000 Subject: Remove -Wall, we'll focus on warnings after 6.10.2 is out --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3