th-orphans v0.13.11 Release Notes
Release Date: 2020-09-29 // over 4 years ago-
- 👍 Allow building with
template-haskell-2.17.0.0
(GHC 9.0). - Define
Quote
instances forReaderT
,StateT
,WriterT
, andRWST
. In order to define these instances on as many versions oftemplate-haskell
as possible, this library now depends on theth-compat
library, which backports theQuote
class to older versions oftemplate-haskell
. - Backport the
Semigroup
,Monoid
, andMonadFix
instances forQ
that 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 theQuasi
instances defined inth-orphans
.
- Implement