checkers 0.4.9.4 → 0.4.9.5
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- checkers.cabal +2/−2
checkers.cabal view
@@ -1,5 +1,5 @@ Name: checkers-Version: 0.4.9.4+Version: 0.4.9.5 Cabal-Version: >= 1.6 Synopsis: Check properties on standard classes and data structures. Category: Testing@@ -26,7 +26,7 @@ Library hs-Source-Dirs: src Extensions:- Build-Depends: base >= 4.8 && < 5, random, QuickCheck>=2.3, array >= 0.1, semigroupoids >= 5 && < 6+ Build-Depends: base >= 4 && < 5, random, QuickCheck>=2.3, array >= 0.1, semigroupoids >= 5 && < 6 Exposed-Modules: Test.QuickCheck.Utils Test.QuickCheck.Checkers