genvalidity-hspec-hashable 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~genvaliditydep ~genvalidity-hspecdep ~genvalidity-propertyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: genvalidity, genvalidity-hspec, genvalidity-property, validity
API changes (from Hackage documentation)
Files
genvalidity-hspec-hashable.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3f73d46a461d2e2533b781d9890dc19ccfebde8431751048a164458c13f7bf37+-- hash: 4bf88b1109b18d4dc6c705843c2ce58ab8544f05d3a67076b6cff08bc6d47b17 name: genvalidity-hspec-hashable-version: 0.2.0.0+version: 0.2.0.1 synopsis: Standard spec's for Hashable instances description: Standard spec's for Hashable instances category: Testing@@ -32,12 +32,12 @@ build-depends: QuickCheck , base >=4.9 && <5- , genvalidity >=0.5 && <0.6- , genvalidity-hspec >=0.6 && <0.7- , genvalidity-property >=0.2 && <0.3+ , genvalidity >=0.5+ , genvalidity-hspec >=0.6+ , genvalidity-property >=0.2 , hashable >=1.2 && <1.3 , hspec- , validity >=0.5 && <0.6+ , validity >=0.5 exposed-modules: Test.Validity.Hashable other-modules: