diff --git a/Test/Framework/Providers/QuickCheck2.hs b/Test/Framework/Providers/QuickCheck2.hs
--- a/Test/Framework/Providers/QuickCheck2.hs
+++ b/Test/Framework/Providers/QuickCheck2.hs
@@ -1,10 +1,6 @@
 -- | Allows QuickCheck2 properties to be used with the test-framework package.
 --
 -- For an example of how to use test-framework, please see <http://github.com/batterseapower/test-framework/raw/master/example/Test/Framework/Example.lhs>
---
--- Due to technical limitations of the QuickCheck2 package, it's not possible to correlate arguments that caused
--- the failure with the particular 'Test' that caused them. This means that the arguments to your properties that
--- lead to failure will be printed at non-deterministic positions in the stdout stream. Sorry.
 module Test.Framework.Providers.QuickCheck2 (
         testProperty
     ) where
diff --git a/test-framework-quickcheck2.cabal b/test-framework-quickcheck2.cabal
--- a/test-framework-quickcheck2.cabal
+++ b/test-framework-quickcheck2.cabal
@@ -1,5 +1,5 @@
 Name:                test-framework-quickcheck2
-Version:             0.2.12.3
+Version:             0.2.12.4
 Cabal-Version:       >= 1.2.3
 Category:            Testing
 Synopsis:            QuickCheck2 support for the test-framework package.
