You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/quickcheck/files/quickcheck-1.1.0.0-ghc-6.10...

14 lines
374 B

diff --git a/QuickCheck.cabal b/QuickCheck.cabal
index b08e03a..f84a32f 100644
--- a/QuickCheck.cabal
+++ b/QuickCheck.cabal
@@ -33,7 +33,7 @@ library
Test.QuickCheck.Utils,
Test.QuickCheck
if flag(split-base)
- build-depends: base >= 3, random
+ build-depends: base >= 3 && < 4, random
else
build-depends: base < 3
extensions: CPP