- Support building with
template-haskell-2.22.*
(GHC 9.10).
- Backport the
getPackageRoot
andmakeRelativeToProject
functions introduced intemplate-haskell-2.19.0.0
(GHC 9.4). - Implement
qGetPackageRoot
in theQuasi
instance forQuoteToQuasi
when building withtemplate-haskell-2.19.0.0
(GHC 9.4) or later.
- Implement
qGetDoc
andqPutDoc
in theQuasi
instance forQuoteToQuasi
. - Add
expToSplice
.
- Add
bindSplice
,bindSplice_
,examineSplice
,joinSplice
,hoistSplice
,liftSplice
, andunTypeSplice
toLanguage.Haskell.TH.Syntax.Compat
.
- Mark
Language.Haskell.TH.Syntax.Compat
asTrustworthy
.
- Initial release