Backward- (and forward-)compatible Quote and Code types
Репозитории
Extras
Полное описание
This package defines a "Language.Haskell.TH.Syntax.Compat" module, which
backports the 'Quote' and 'Code' types to work across a wide range of
'template-haskell' versions. On recent versions of 'template-haskell' (2.17.0.0
or later), this module simply reexports 'Quote' and 'Code' from
"Language.Haskell.TH.Syntax". Refer to the Haddocks for
"Language.Haskell.TH.Syntax.Compat" for examples of how to use this module.
* Sat Aug 19 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 0.1.3-1
- Rebuilt for MSVSphere 9.2
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 0.1.3-1
- https://hackage.haskell.org/package/th-compat-0.1.3/changelog
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Oct 30 2021 Jens Petersen <petersen@redhat.com> - 0.1.2-2
- disable tests on armv7hl in line with current th-orphans