packages feed

test-invariant 0.4.3.0 → 0.4.4.0

raw patch · 2 files changed

+5/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Test/Invariant.hs view
@@ -2,12 +2,13 @@  import Test.QuickCheck -infix 1 <=>, &>-infix 2 <~~, @~>, <?>+infix 1 &>+infix 2 <~~, @~>, <?>, <=>  -- | Defines extensional equality.  This allows concise, point-free,--- definitions of laws.  For example idempotence:+-- definitions of laws. --+-- > f(x) == g(x) -- > f <=> f . f (<=>) :: Eq b => (a -> b) -> (a -> b) -> a -> Bool (f <=> g) x = f x == g x
test-invariant.cabal view
@@ -1,5 +1,5 @@ name:                test-invariant-version:             0.4.3.0+version:             0.4.4.0 synopsis:            Provide common invariants to be checked with QuickCheck  description: test-invariant is a library for providing common invariants of