--- quickcheck1/QuickCheck.cabal.orig	2010-07-04 15:48:17.000000000 -0700
+++ quickcheck1/QuickCheck.cabal	2010-07-04 15:45:08.000000000 -0700
@@ -32,8 +32,5 @@
           Test.QuickCheck.Poly,
           Test.QuickCheck.Utils,
           Test.QuickCheck
-  if flag(split-base)
-    build-depends:	base >= 3 && < 4, random
-  else
-    build-depends:	base < 3
-  extensions:	CPP
+  build-depends:  base, random
+  extensions:     CPP
--- quickcheck1/Test/QuickCheck/Batch.hs.orig	2010-07-04 15:48:54.000000000 -0700
+++ quickcheck1/Test/QuickCheck/Batch.hs	2010-07-04 15:47:23.000000000 -0700
@@ -77,9 +77,7 @@
  -
  -}
 
-#if defined(__NHC__) && __NHC__ > 120
 #define BASE4 1
-#endif
 
 module Test.QuickCheck.Batch
    ( run		-- :: Testable a => a -> TestOptions -> IO TestResult

