mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -07:00
Remove -fhpc from ghc-options (annoying hackage workaround)
This commit is contained in:
@@ -72,6 +72,6 @@ executable xmonad
|
|||||||
cpp-options: -DTESTING
|
cpp-options: -DTESTING
|
||||||
hs-source-dirs: . tests/
|
hs-source-dirs: . tests/
|
||||||
build-depends: QuickCheck < 2
|
build-depends: QuickCheck < 2
|
||||||
ghc-options: -Werror -fhpc
|
ghc-options: -Werror
|
||||||
if flag(testing) && flag(small_base)
|
if flag(testing) && flag(small_base)
|
||||||
build-depends: random
|
build-depends: random
|
||||||
|
Reference in New Issue
Block a user