th-orphans v0.13.11 Release Notes

Release Date: 2020-09-29 // over 3 years ago
    • 👍 Allow building with template-haskell-2.17.0.0 (GHC 9.0).
    • Define Quote instances for ReaderT, StateT, WriterT, and RWST. In order to define these instances on as many versions of template-haskell as possible, this library now depends on the th-compat library, which backports the Quote class to older versions of template-haskell.
    • Backport the Semigroup, Monoid, and MonadFix instances for Q that were introduced in template-haskell-2.17.0.0.

Previous changes from v0.13.9

    • Implement qReifyType (introduced in template-haskell-2.16.0.0) for the Quasi instances defined in th-orphans.