genvalidity-property 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~genvaliditydep ~validityPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: genvalidity, validity
API changes (from Hackage documentation)
Files
genvalidity-property.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: e9c9e7e6228875c498d456f8962ef94cfad30210ea24ceb610ff94f0ee957673+-- hash: aae9c606fdf34070a15eb4769cec6a4dc52565cb0fc08d3b2afc5f8e5add661b name: genvalidity-property-version: 0.2.0.1+version: 0.2.0.2 synopsis: Standard properties for functions on `Validity` types description: Standard properties for functions on `Validity` types category: Testing@@ -29,9 +29,9 @@ build-depends: QuickCheck , base >=4.7 && <5- , genvalidity >=0.5 && <0.6+ , genvalidity >=0.5 , hspec >=2.1- , validity >=0.5 && <0.6+ , validity >=0.5 exposed-modules: Test.Validity.Functions Test.Validity.Functions.CanFail