quickcheck-instances 0.3.9 → 0.3.10
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- CHANGES +6/−0
- quickcheck-instances.cabal +2/−2
CHANGES view
@@ -1,3 +1,9 @@+0.3.10++Author: Antoine Latter <aslatter@gmail.com>++* Allow building against newer versions of the time package.+ 0.3.9 Author: RyanGlScott <ryan.gl.scott@ku.edu>
quickcheck-instances.cabal view
@@ -1,5 +1,5 @@ Name: quickcheck-instances-Version: 0.3.9+Version: 0.3.10 Synopsis: Common quickcheck instances Description: QuickCheck instances. .@@ -45,7 +45,7 @@ old-time >= 1.0 && < 1.2, QuickCheck >= 2.1 && < 2.8, text >= 0.7 && < 1.3,- time >= 1.1 && < 1.5+ time >= 1.1 && < 1.6 Ghc-options: -Wall Other-modules: Test.QuickCheck.Instances.LegacyNumeric