less-arbitrary 0.1.5.0 → 0.1.6.0
raw patch · 2 files changed
+12/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- less-arbitrary.cabal +8/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for less-arbitrary +0.1.6.0 -- 2020-01-12++* Added GitHub link.+ 0.1.5.0 -- 2020-01-12 * Exposed Test.Arbitrary.Laws for convenient testing.
less-arbitrary.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: d5f9e640e9465775e7f4c73f8d224aa9652de30079a62e3933b7658824a22a81+-- hash: 94a945d19044001a9baad1f2c9e45b00d42f45aa22618704daef5220d53c8434 name: less-arbitrary-version: 0.1.5.0+version: 0.1.6.0 synopsis: Linear time testing with variant of Arbitrary class that always terminates. description: Ever found non-terminating Arbitrary instance? Ever wondered what would be a runtime cost of particular Arbitrary instance?@@ -27,6 +27,8 @@ > instance Arbitrary where > arbitrary = fasterArbitrary category: Web+homepage: https://github.com/mgajda/less-arbitrary#readme+bug-reports: https://github.com/mgajda/less-arbitrary/issues author: Michał J. Gajda <mjgajda@migamake.com> maintainer: Michał J. Gajda <mjgajda@migamake.com> license: BSD3@@ -35,6 +37,10 @@ extra-source-files: CHANGELOG.md README.md++source-repository head+ type: git+ location: https://github.com/mgajda/less-arbitrary library exposed-modules: