From ef980ed2cf5e147e88262d29f2998c343c559d50 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 22 Jan 2008 08:02:25 +0100 Subject: Depend on QuickCheck < 2 when building tests darcs-hash:20080122070225-a5988-81a75ff6bd1c6309d10e94470b86766f97c78f69.gz --- xmonad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmonad.cabal') diff --git a/xmonad.cabal b/xmonad.cabal index addd56f..7152559 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -64,7 +64,7 @@ executable xmonad if flag(testing) cpp-options: -DTESTING hs-source-dirs: . tests/ - build-depends: QuickCheck + build-depends: QuickCheck < 2 ghc-options: -Werror if flag(testing) && flag(small_base) build-depends: random -- cgit v1.2.3