checkers 0.4.6 → 0.4.7
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- checkers.cabal +1/−1
- src/Test/QuickCheck/Classes.hs +1/−1
checkers.cabal view
@@ -1,5 +1,5 @@ Name: checkers-Version: 0.4.6+Version: 0.4.7 Cabal-Version: >= 1.6 Synopsis: Check properties on standard classes and data structures. Category: Testing
src/Test/QuickCheck/Classes.hs view
@@ -207,7 +207,7 @@ semanticFunctor = const (functorMorphism (model1 :: forall b. f b -> g b)) --- | Properties to check that the 'Applicative' @m@ satisfies the monad+-- | Properties to check that the 'Applicative' @m@ satisfies the applicative -- properties applicative :: forall m a b c. ( Applicative m