From 9c9e91bf58f91afa7fe4e68ba88afdec8d2ecd7a Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 15 Aug 2009 09:47:13 +0000 Subject: Remove -Werror Forgot that Hackage doesn't like it. --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haddock.cabal') 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 -- cgit v1.2.3