diff --git a/hspec.cabal b/hspec.cabal
--- a/hspec.cabal
+++ b/hspec.cabal
@@ -1,5 +1,5 @@
 name:             hspec
-version:          1.9.4
+version:          1.9.5
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2014 Simon Hengel,
diff --git a/src/Test/Hspec/Core/QuickCheckUtil.hs b/src/Test/Hspec/Core/QuickCheckUtil.hs
--- a/src/Test/Hspec/Core/QuickCheckUtil.hs
+++ b/src/Test/Hspec/Core/QuickCheckUtil.hs
@@ -37,8 +37,6 @@
 isUserInterrupt r = case r of
 #if MIN_VERSION_QuickCheck(2,7,0)
   QC.Failure {theException = me} -> (me >>= fromException) == Just UserInterrupt
-#elif MIN_VERSION_QuickCheck(2,6,0)
-  QC.Failure {QC.interrupted = x} -> x
 #else
   QC.Failure {QC.reason = "Exception: 'user interrupt'"} -> True
 #endif
