All Versions
11
Latest Version
Avg Release Cycle
160 days
Latest Release
1633 days ago

Changelog History
Page 1

  • v0.13.11 Changes

    September 29, 2020
    • ๐Ÿ‘ 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.
  • v0.13.10 Changes

    September 29, 2020
    • Implement liftTyped in the Lift Bytes instance.
  • v0.13.9 Changes

    September 28, 2019
    • Implement qReifyType (introduced in template-haskell-2.16.0.0) for the Quasi instances defined in th-orphans.
  • v0.13.8 Changes

    September 04, 2019
    • Backport the Bounded instance for Extension (from Language.Haskell.TH.LanguageExtensions), which was introduced in template-haskell-2.15.0.0.
  • v0.13.7 Changes

    March 25, 2019
    • Backport the MonadFail Q instance.
    • ๐Ÿ‘ Allow building with template-haskell-2.16 by manually implementing Lift for Bytes. See #27
  • v0.13.6 Changes

    July 01, 2018
    • ๐Ÿ‘ Allow building with template-haskell-2.14.
    • Implement qAddForeignFilePath and qAddTempFile for Quasi instances
  • v0.13.5 Changes

    January 18, 2018
    • ๐Ÿ”Œ Implement qAddCorePlugin for Quasi instances
  • v0.13.4 Changes

    July 26, 2017
    • Implement qAddForeignFile for Quasi instances
  • v0.13.3 Changes

    November 09, 2016
    • Backport Generic NameFlavour instance
  • v0.13.2

    July 26, 2016