Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/393c53facdee844c4c3ec6e62e0aa4b83c2cb380

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

commit 393c53facdee844c4c3ec6e62e0aa4b83c2cb380
Author: Simon Peyton Jones <[email protected]>
Date:   Fri Mar 16 14:46:51 2012 +0000

    Add missing items to templateHaskellNames

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

 compiler/deSugar/DsMeta.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/deSugar/DsMeta.hs b/compiler/deSugar/DsMeta.hs
index 4585397..42c5f3a 100644
--- a/compiler/deSugar/DsMeta.hs
+++ b/compiler/deSugar/DsMeta.hs
@@ -1808,7 +1808,7 @@ templateHaskellNames = [
     classDName, instanceDName, sigDName, forImpDName, 
     pragInlDName, pragSpecDName, pragSpecInlDName,
     familyNoKindDName, familyKindDName, dataInstDName, newtypeInstDName,
-    tySynInstDName, 
+    tySynInstDName, infixLDName, infixRDName, infixNDName,
     -- Cxt
     cxtName,
     -- Pred



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

Reply via email to