aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-03-28 22:23:39 +0000
committerDavid Waern <david.waern@gmail.com>2009-03-28 22:23:39 +0000
commit7fe3bd1680c760bc2cb38f1e4b2c7ac03e679304 (patch)
treed4d8cc78dda3fa2fcc9f370f79b5a238a3753985 /haddock.cabal
parent2f2ec2fe18511c5f970e481e9dfb27933a8db4b0 (diff)
Turn on -Wall -Werror
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
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