packages feed

quickcheck-instances 0.3.25.1 → 0.3.25.2

raw patch · 3 files changed

+7/−3 lines, 3 filesdep ~basedep ~transformersdep ~transformers-compatPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, transformers, transformers-compat

API changes (from Hackage documentation)

Files

CHANGES view
@@ -1,3 +1,7 @@+0.3.25.2++* Fix bug in QuarterOfYear instance+ 0.3.25.1  * Support `QuickCheck-2.14.2`
quickcheck-instances.cabal view
@@ -1,5 +1,5 @@ name:               quickcheck-instances-version:            0.3.25.1+version:            0.3.25.2 synopsis:           Common quickcheck instances description:   QuickCheck instances.@@ -39,7 +39,7 @@    || ==8.4.4    || ==8.6.5    || ==8.8.4-   || ==8.10.2+   || ==8.10.3  source-repository head   type:     git
src/Test/QuickCheck/Instances/Time.hs view
@@ -204,7 +204,7 @@         Time.MkMonth  instance Arbitrary Time.QuarterOfYear where-    arbitrary = elements [ Time.Q1 .. Time.Q2 ]+    arbitrary = elements [ Time.Q1 .. Time.Q4 ] instance CoArbitrary Time.QuarterOfYear where     coarbitrary = coarbitrary . fromEnum instance Function Time.QuarterOfYear where