th-expand-syns

Expands type synonyms in Template Haskell ASTs

Version on this page:0.4.0.0
LTS Haskell 22.14:0.4.11.0@rev:3
Stackage Nightly 2024-03-28:0.4.11.0@rev:3
Latest on Hackage:0.4.11.0@rev:3

See all snapshots th-expand-syns appears in

BSD-3-Clause licensed by Daniel Schüssler
Maintained by [email protected]
This version can be pinned in stack with:th-expand-syns-0.4.0.0@sha256:86eafaa4e9a8ea04eeba9c9602f89eb94047dbe497396c3d95e3b00d3aa85a10,980

Module documentation for 0.4.0.0

Used by 2 packages in nightly-2016-06-16(full list with versions):

Expands type synonyms in Template Haskell ASTs

Changes

0.4.0.0

  • Fixed build with GHC 8 / template-haskell-2.11 (Thanks to Christiaan Baaij)

    Note: substInCon doesn’t support GADT constructor with GHC 8 in this version

0.3.0.6

  • Fixed build with current (commit 029a296a770addbd096bbfd6de0936327ee620d4) GHC 7.10 (Thanks to David Fox)

0.3.0.5

  • Fixed build with GHC 7.10.1-rc2 / template-haskell-2.10 (Thanks to Gabor Greif)