quickcheck-state-machine v0.6.0 Release Notes
Release Date: 2019-01-15 // over 4 years ago-
This is a breaking release. See mentioned PRs for how to upgrade your code, and feel free to open an issue if anything isn't clear.
Generalise shrinking so that it might depend on the model (PR #263);
Drop support for GHC 8.0.* or older, by requiring base >= 4.10 (PR #267). If you need support for older GHC versions, open a ticket;
Use Stack resolver lts-13 as default (PR #261);
Generalise the
GConName
type class to make it possible to use it for commands that cannot haveGeneric1
instances. Also rename the type class toCommandNames
(PR #259).