diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+pandoc (1.10.0.1)
+
+  * Bump version bounds on test-framework packages.
+
 pandoc (1.10)
 
   [new features]
diff --git a/pandoc.cabal b/pandoc.cabal
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,10 +1,10 @@
 Name:            pandoc
-Version:         1.10
+Version:         1.10.0.1
 Cabal-Version:   >= 1.10
 Build-Type:      Custom
 License:         GPL
 License-File:    COPYING
-Copyright:       (c) 2006-2012 John MacFarlane
+Copyright:       (c) 2006-2013 John MacFarlane
 Author:          John MacFarlane <jgm@berkeley.edu>
 Maintainer:      John MacFarlane <jgm@berkeley.edu>
 Bug-Reports:     https://github.com/jgm/pandoc/issues
@@ -362,9 +362,9 @@
                   filepath >= 1.1 && < 1.4,
                   process >= 1 && < 1.2,
                   Diff >= 0.2 && < 0.3,
-                  test-framework >= 0.3 && < 0.7,
-                  test-framework-hunit >= 0.2 && < 0.3,
-                  test-framework-quickcheck2 >= 0.2.9 && < 0.3,
+                  test-framework >= 0.3 && < 0.9,
+                  test-framework-hunit >= 0.2 && < 0.4,
+                  test-framework-quickcheck2 >= 0.2.9 && < 0.4,
                   QuickCheck >= 2.4 && < 2.6,
                   HUnit >= 1.2 && < 1.3,
                   template-haskell >= 2.4 && < 2.9,
