test-fixture v0.5.0.0 Release Notes

Release Date: 2016-11-28 // over 7 years ago
    • Breaking: mkFixture now supports constraints in the same form as a Haskell deriving clause, which permits “partially-applied” constraints. A new ts 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).