th-expand-syns

Expands type synonyms in Template Haskell ASTs

Version on this page:0.4.1.0
LTS Haskell 22.14:0.4.11.0@rev:3
Stackage Nightly 2024-03-29: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.1.0@sha256:8ec38b17ed08c94e6ff3b7b6019ff47764ab1c98d6cca5464bbe2e86d42337c0,980

Module documentation for 0.4.1.0

Used by 2 packages in nightly-2016-11-29(full list with versions):

Expands type synonyms in Template Haskell ASTs

Changes

0.4.1.0

  • Added a setting for suppressing warnings about type families.

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)