less-arbitrary 0.1.6.0 → 0.1.7.0
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- CHANGELOG.md +4/−0
- less-arbitrary.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for less-arbitrary +0.1.7.0 -- 2020-01-12++* Added missing sources.+ 0.1.6.0 -- 2020-01-12 * Added GitHub link.
less-arbitrary.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 94a945d19044001a9baad1f2c9e45b00d42f45aa22618704daef5220d53c8434+-- hash: d30ca38bcbe9101a7c179c5cc3776be35b4afb646db121fc65bb6ed099cf261b name: less-arbitrary-version: 0.1.6.0+version: 0.1.7.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?