All Versions
11
Latest Version
Avg Release Cycle
160 days
Latest Release
1633 days ago
Changelog History
Page 1
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 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
-
v0.13.10 Changes
September 29, 2020- Implement
liftTyped
in theLift Bytes
instance.
- Implement
-
v0.13.9 Changes
September 28, 2019- Implement
qReifyType
(introduced intemplate-haskell-2.16.0.0
) for theQuasi
instances defined inth-orphans
.
- Implement
-
v0.13.8 Changes
September 04, 2019- Backport the
Bounded
instance forExtension
(fromLanguage.Haskell.TH.LanguageExtensions
), which was introduced intemplate-haskell-2.15.0.0
.
- Backport the
-
v0.13.7 Changes
March 25, 2019- Backport the
MonadFail Q
instance. - ๐ Allow building with
template-haskell-2.16
by manually implementingLift
forBytes
. See #27
- Backport the
-
v0.13.6 Changes
July 01, 2018- ๐ Allow building with
template-haskell-2.14
. - Implement
qAddForeignFilePath
andqAddTempFile
forQuasi
instances
- ๐ Allow building with
-
v0.13.5 Changes
January 18, 2018- ๐ Implement
qAddCorePlugin
forQuasi
instances
- ๐ Implement
-
v0.13.4 Changes
July 26, 2017- Implement
qAddForeignFile
forQuasi
instances
- Implement
-
v0.13.3 Changes
November 09, 2016- Backport
Generic NameFlavour
instance
- Backport
-
v0.13.2
July 26, 2016