diff options
author | MichalGajda <> | 2021-01-12 16:49:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2021-01-12 16:49:00 (GMT) |
commit | 4ab9701825bc236dfd742d1732d52eacea4d85c0 (patch) | |
tree | d4b1c28774999554e37d853d83b3e1b6c348cc16 | |
parent | 02cce3e90d503f085257ccf69be8f1cc602c3727 (diff) |
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | less-arbitrary.cabal | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce6ea8..bb204d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/less-arbitrary.cabal b/less-arbitrary.cabal index 74ae328..19a7168 100644 --- a/less-arbitrary.cabal +++ b/less-arbitrary.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- 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? |