From 337ec85addb7a4b8c5cc37ccebce50fffc45741e Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 7 Dec 2008 14:12:54 +0000 Subject: Remove -Werror --- haddock.cabal | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/haddock.cabal b/haddock.cabal index a71fd23e..b9c78ae9 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 -Werror + ghc-options: -funbox-strict-fields -O2 -Wall other-modules: Haddock.Interface @@ -138,8 +138,6 @@ library Haddock.Utils Haddock.GHC.Utils - ghc-options: -Wall -Werror - -- Cabal doesn't define __GHC_PATCHLEVEL__ if impl(ghc == 6.8.3) cpp-options: -D__GHC_PATCHLEVEL__=3 -- cgit v1.2.3