./devel/hs-th-compat, Backward- (and forward-)compatible Quote and Code types

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.5nb1, Package name: hs-th-compat-0.1.5nb1, Maintainer: pho

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.


Master sites:

Filesize: 14.544 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-28 19:04:59 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-th-compat: Update to 0.1.5

0.1.5 [2024.03.19]
    Support building with template-haskell-2.22.* (GHC 9.10).
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-25 11:04:07 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-th-compat: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-24 19:21:23 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-th-compat: Update to 0.1.4

0.1.4 [2022.07.23]
* Backport the getPackageRoot and makeRelativeToProject functions
  introduced in template-haskell-2.19.0.0 (GHC 9.4).
* Implement qGetPackageRoot in the Quasi instance for QuoteToQuasi when
  building with template-haskell-2.19.0.0 (GHC 9.4) or later.
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 10:17:06 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to th-compat-0.1.3

0.1.3 [2021.08.29]

* Implement qGetDoc and qPutDoc in the Quasi instance for QuoteToQuasi.
* Add expToSplice.