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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6814bbd64814c618299b1ff0f9cf4fba955d6632

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

commit 6814bbd64814c618299b1ff0f9cf4fba955d6632
Author: Paolo Capriotti <[email protected]>
Date:   Tue Jun 19 17:17:05 2012 +0100

    Re-export forallC in Language.Haskell.TH (#7009)

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

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

diff --git a/Language/Haskell/TH.hs b/Language/Haskell/TH.hs
index a04967c..8d4128c 100644
--- a/Language/Haskell/TH.hs
+++ b/Language/Haskell/TH.hs
@@ -76,7 +76,7 @@ module Language.Haskell.TH(
     -- **** Strictness
        isStrict, notStrict, strictType, varStrictType,
     -- **** Class Contexts
-    cxt, classP, equalP, normalC, recC, infixC,
+    cxt, classP, equalP, normalC, recC, infixC, forallC,
 
     -- *** Kinds
   varK, conK, tupleK, arrowK, listK, appK, starK, constraintK,



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to