diff --git a/bson.cabal b/bson.cabal
--- a/bson.cabal
+++ b/bson.cabal
@@ -1,5 +1,5 @@
 Name:          bson
-Version:       0.3.2
+Version:       0.3.2.1
 Synopsis:      BSON documents are JSON-like objects with a standard binary
                encoding.
 Description:   A BSON Document is an untyped (dynamically type-checked) record.
@@ -52,7 +52,7 @@
 
   Build-depends:      test-framework             >= 0.4 && < 0.9
                     , test-framework-quickcheck2 >= 0.2 && < 0.4
-                    , QuickCheck                 >= 2.4 && < 2.8
+                    , QuickCheck                 >= 2.4 && < 2.9
                     -- Copied from regular dependencies...
                     , base < 5
                     , time
