hspec 1.9.4 → 1.9.5
raw patch · 2 files changed
+1/−3 lines, 2 files
Files
- hspec.cabal +1/−1
- src/Test/Hspec/Core/QuickCheckUtil.hs +0/−2
hspec.cabal view
@@ -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,
src/Test/Hspec/Core/QuickCheckUtil.hs view
@@ -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