Changelog for tasty-quickcheck-0.10.1.2

Changes

Version 0.10.1.2

The only point of this release is to introduce compatibility with GHCs back to 7.0 (see https://github.com/feuerbach/tasty/pull/287).

Note, however, that these changes are not merged to the master branch, and the future releases will only support the GHC/base versions from the last 5 years, as per our usual policy. To test with even older GHCs, you'll have to use this particular version of tasty-quickcheck (or have the constraint solver pick it for you when testing with older GHCs).

The source of this release is in the support-old-ghcs branch of the tasty repository.

Version 0.10.1.1

Version 0.10.1

Version 0.10

Version 0.9.2

Version 0.9.1

Version 0.9

Version 0.8.4

Add a "--quickcheck-verbose" option

Version 0.8.3.2

Version 0.8.3.1

When QC message throws an exception, still print the replay message

Version 0.8.3

Version 0.8.2

Version 0.8.1

Re-export Gen from Test.Tasty.QuickCheck

Version 0.8.0.3

Upgrade to QuickCheck 2.7

Version 0.8

Update to tasty-0.8

Version 0.3.1

Use the original QuickCheck's output format

Version 0.3

Add options for maximum size and maximum ratio; support replay.

Version 0.2

Re-export useful bits of Test.QuickCheck from Test.Tasty.QuickCheck