quickcheck-io 0.1.2 → 0.1.3
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- quickcheck-io.cabal +2/−2
- src/Test/QuickCheck/IO.hs +2/−0
quickcheck-io.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.5.4.+-- This file has been generated from package.yaml by hpack version 0.14.1. -- -- see: https://github.com/sol/hpack name: quickcheck-io-version: 0.1.2+version: 0.1.3 synopsis: Use HUnit assertions as QuickCheck properties description: This package provides an orphan instance that allows you to use HUnit assertions as QuickCheck properties.
src/Test/QuickCheck/IO.hs view
@@ -8,7 +8,9 @@ instance Testable Assertion where property = propertyIO+#if !MIN_VERSION_QuickCheck(2,9,0) exhaustive _ = True+#endif propertyIO :: Assertion -> Property #if MIN_VERSION_QuickCheck(2,7,0)