diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+version 0.2.1: relax dependency on QuickCheck
+
+version 0.2.0: add gdseq (using the deepseq package for base cases)
+
 version 0.1.2: fix bug on hfixpoints
 
 version 0.1.1: fix dependency on regular
diff --git a/regular-extras.cabal b/regular-extras.cabal
--- a/regular-extras.cabal
+++ b/regular-extras.cabal
@@ -1,5 +1,5 @@
 name:                   regular-extras
-version:                0.2.0
+version:                0.2.1
 synopsis:               Additional functions for regular: arbitrary,
                         coarbitrary, and binary get/put.
 description:
@@ -34,6 +34,6 @@
   other-modules:        Generics.Regular.Functions.Fixpoints
   
   build-depends:        base >= 4.0 && < 5, regular >= 0.3 && < 0.4,
-                        QuickCheck == 1.2.0.0, binary >= 0.2,
+                        QuickCheck >= 1.2 && < 1.3, binary >= 0.2,
                         deepseq < 2
   ghc-options:          -Wall
