unfoldable 0.9.3 → 0.9.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- CHANGELOG.md +4/−0
- unfoldable.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.9.4+-----+* updated to `QuickCheck` 2.10+ 0.9.3 ----- * updated to `one-liner` 0.9
unfoldable.cabal view
@@ -1,5 +1,5 @@ Name: unfoldable-Version: 0.9.3+Version: 0.9.4 Synopsis: Class of data structures that can be unfolded. Description: Just as there's a Foldable class, there should also be an Unfoldable class. .@@ -40,7 +40,7 @@ , containers >= 0.5 && < 0.6 , transformers >= 0.4 && < 0.6 , random >= 1.0 && < 1.2- , QuickCheck >= 2.7.3 && < 2.10+ , QuickCheck >= 2.7.3 && < 2.11 if impl(ghc >= 7.6) cpp-options: -DGENERICS