diff --git a/CHANGES.markdown b/CHANGES.markdown
--- a/CHANGES.markdown
+++ b/CHANGES.markdown
@@ -1,3 +1,8 @@
+1.3.0.12 (31 August 2016)
+-------------------------
+
+- allow QuickCheck-2.9
+
 1.3.0.11 (6 June 2016)
 ----------------------
 
diff --git a/diagrams-contrib.cabal b/diagrams-contrib.cabal
--- a/diagrams-contrib.cabal
+++ b/diagrams-contrib.cabal
@@ -1,5 +1,5 @@
 name:                diagrams-contrib
-version:             1.3.0.11
+version:             1.3.0.12
 synopsis:            Collection of user contributions to diagrams EDSL
 description:         A collection of user contributions for diagrams,
                      an embedded domain-specific language for generation
@@ -76,7 +76,7 @@
   other-modules:       Diagrams.TwoD.Path.Turtle.Tests
 
   build-depends:       HUnit                      >= 1.2 && < 1.4,
-                       QuickCheck                 >= 2.4 && < 2.9,
+                       QuickCheck                 >= 2.4 && < 2.10,
                        containers                 >= 0.3 && < 0.6,
                        test-framework             >= 0.4 && < 0.9,
                        test-framework-hunit       >= 0.2 && < 0.4,
