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 | 97774dfa7315b9e3b9786c2a4e282f43eb192e99 (patch) | |
tree | f3d50aeff02e506180460caf928d33d85bb0aef5 | |
parent | 175684e2c491e63358d6cbce72144b89294fe882 (diff) | |
download | xmonad-97774dfa7315b9e3b9786c2a4e282f43eb192e99.tar.gz xmonad-97774dfa7315b9e3b9786c2a4e282f43eb192e99.tar.xz xmonad-97774dfa7315b9e3b9786c2a4e282f43eb192e99.zip |
Remove -fhpc from ghc-options (annoying hackage workaround)
darcs-hash:20080329205804-a5988-95e8d7691598e211fd40306208140f152f518622.gz
-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 |