test-fixture v0.5.0.0 Release Notes
Release Date: 2016-11-28 // almost 7 years ago-
- Breaking:
mkFixture
now supports constraints in the same form as a Haskellderiving
clause, which permits “partially-applied” constraints. A newts
quasiquoter is provided for the purpose of writing a comma-separated list of Haskell types; see the documentation for more details (#25). - Generating fixtures that do not derive any typeclasses no longer produces an error (#28).
- Breaking: