Remove -fhpc from ghc-options (annoying hackage workaround)

This commit is contained in:
Spencer Janssen
2008-03-29 20:58:04 +00:00
parent cb51875da6
commit ef516142b9

View File

@@ -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