Changes
=======
Version 0.8.2
-------------
Add a `--smallcheck-max-count` option, which limits the number of test cases for
a given property test
Version 0.8.1
-------------
Intercept exceptions thrown by the property, adhering to the new tasty API
contract.
Version 0.8.0.1
---------------
Split the changelog out of the main tasty changelog
Version 0.8
-----------
Update to tasty-0.8
Version 0.2
-----------
* Add an `execRunner` function
* Make `Runner` return `IO Bool`
* Re-export useful bits of `Test.SmallCheck` from `Test.Tasty.SmallCheck`