diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2008-03-29 21:58:04 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2008-03-29 21:58:04 +0100 |
commit | b1827aa25f5cde0127598fa4bfc3e522b83741c5 (patch) | |
tree | f3d50aeff02e506180460caf928d33d85bb0aef5 | |
parent | cc2a55556d091e00683a1503d1ca8f73d22bdb8a (diff) | |
download | metatile-b1827aa25f5cde0127598fa4bfc3e522b83741c5.tar metatile-b1827aa25f5cde0127598fa4bfc3e522b83741c5.zip |
Remove -fhpc from ghc-options (annoying hackage workaround)
darcs-hash:20080329205804-a5988-95e8d7691598e211fd40306208140f152f518622
-rw-r--r-- | xmonad.cabal | 2 |
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 |