From 7fe3bd1680c760bc2cb38f1e4b2c7ac03e679304 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 28 Mar 2009 22:23:39 +0000 Subject: Turn on -Wall -Werror --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haddock.cabal b/haddock.cabal index 6a5b1371..73b92dad 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 + ghc-options: -funbox-strict-fields -O2 -Wall -Werror other-modules: Haddock.Interface -- cgit v1.2.3