From 8a407711794d8337a87cdd3951aed12960df868d Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Fri, 7 Mar 2008 19:42:23 +0100 Subject: use -fhpc by default when testing. All developers should have 6.8.x darcs-hash:20080307184223-cba2c-1353e0c415b64a6c02d262b375225f263e6f3d7f.gz --- xmonad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3