tasty-lua v0.2.2 Release Notes

Release Date: 2020-01-26 // about 4 years ago
    • ⚠ Avoid compilation warnings on GHC 8.2 and older. Monoid instances on older GHC versions require an explicit implementation of mappend. Newer instances use (<>) from Semigroup.

    • 👌 Improved CI tests: build with more GHC versions, build with stack, and ensure that there are no HLint errors.