th-orphans v0.13.11 Release Notes
Release Date: 2020-09-29 // over 5 years ago-
- 👍 Allow building with
template-haskell-2.17.0.0(GHC 9.0). - Define
Quoteinstances forReaderT,StateT,WriterT, andRWST. In order to define these instances on as many versions oftemplate-haskellas possible, this library now depends on theth-compatlibrary, which backports theQuoteclass to older versions oftemplate-haskell. - Backport the
Semigroup,Monoid, andMonadFixinstances forQthat were introduced intemplate-haskell-2.17.0.0.
- 👍 Allow building with
Previous changes from v0.13.9
-
- Implement
qReifyType(introduced intemplate-haskell-2.16.0.0) for theQuasiinstances defined inth-orphans.
- Implement