summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2008-03-07 19:42:23 +0100
committerDon Stewart <dons@galois.com>2008-03-07 19:42:23 +0100
commit19a58d5f59303e96f84ee0cc0fe09d1f550fe3e9 (patch)
tree77f7d9ca333299ef5dbc1ec3373441f4ed9669b2 /xmonad.cabal
parent77f396d844c0e8bcd0ea3f9c88f89aa54514317f (diff)
downloadmetatile-19a58d5f59303e96f84ee0cc0fe09d1f550fe3e9.tar
metatile-19a58d5f59303e96f84ee0cc0fe09d1f550fe3e9.zip
use -fhpc by default when testing. All developers should have 6.8.x
darcs-hash:20080307184223-cba2c-1353e0c415b64a6c02d262b375225f263e6f3d7f
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index 3476fa0..f27ba1e 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -72,6 +72,6 @@ executable xmonad
cpp-options: -DTESTING
hs-source-dirs: . tests/
build-depends: QuickCheck < 2
- ghc-options: -Werror
+ ghc-options: -Werror -fhpc
if flag(testing) && flag(small_base)
build-depends: random