[commit: template-haskell] master: Update export list for closed type families (c257a53)

Richard Eisenberg eir at cis.upenn.edu
Wed Jul 3 00:16:44 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/template-haskell

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/c257a53dbf501337d4efb474cc77250b60a4a8a0

>---------------------------------------------------------------

commit c257a53dbf501337d4efb474cc77250b60a4a8a0
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Tue Jul 2 23:15:25 2013 +0100

    Update export list for closed type families

>---------------------------------------------------------------

 Language/Haskell/TH.hs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Language/Haskell/TH.hs b/Language/Haskell/TH.hs
index a435f66..066086e 100644
--- a/Language/Haskell/TH.hs
+++ b/Language/Haskell/TH.hs
@@ -115,6 +115,7 @@ module Language.Haskell.TH(
     classD, instanceD, sigD,
     -- **** Type Family / Data Family
     familyNoKindD, familyKindD, dataInstD,
+    closedTypeFamilyNoKindD, closedTypeFamilyKindD,
     newtypeInstD, tySynInstD,
     typeFam, dataFam, tySynEqn,
     -- **** Foreign Function Interface (FFI)





More information about the ghc-commits mailing list