summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2008-03-29 21:58:04 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2008-03-29 21:58:04 +0100
commitb1827aa25f5cde0127598fa4bfc3e522b83741c5 (patch)
treef3d50aeff02e506180460caf928d33d85bb0aef5 /xmonad.cabal
parentcc2a55556d091e00683a1503d1ca8f73d22bdb8a (diff)
downloadmetatile-b1827aa25f5cde0127598fa4bfc3e522b83741c5.tar
metatile-b1827aa25f5cde0127598fa4bfc3e522b83741c5.zip
Remove -fhpc from ghc-options (annoying hackage workaround)
darcs-hash:20080329205804-a5988-95e8d7691598e211fd40306208140f152f518622
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 775286d..24b3bf9 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 -fhpc
+ ghc-options: -Werror
if flag(testing) && flag(small_base)
build-depends: random