QuickCheck-safe 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- Changelog +3/−0
- QuickCheck-safe.cabal +2/−2
Changelog view
@@ -1,3 +1,6 @@+QuickCheck-safe 0.1.0.4+ * compatibility with QuickCheck 2.11+ QuickCheck-safe 0.1.0.3 * compatibility with QuickCheck 2.10
QuickCheck-safe.cabal view
@@ -1,5 +1,5 @@ name: QuickCheck-safe-version: 0.1.0.3+version: 0.1.0.4 synopsis: Safe reimplementation of QuickCheck's core description: QuickCheck-safe reimplements the quickCheck functionality with a pure@@ -33,7 +33,7 @@ library hs-source-dirs: src build-depends:- QuickCheck >= 2.7.3 && < 2.11,+ QuickCheck >= 2.7.3 && < 2.12, base >= 4.6 && < 5 exposed-modules: Test.QuickCheck.Safe