This should fix the validate failure in T7064

| -----Original Message-----
| From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org]
| On Behalf Of Simon Peyton Jones
| Sent: 26 October 2012 11:08
| To: cvs-ghc@haskell.org
| Subject: [commit: ghc] master: Fix conversion of HsRule to TH syntax
| (5e54d55)
| 
| Repository : ssh://darcs.haskell.org//srv/darcs/ghc
| 
| On branch  : master
| 
| http://hackage.haskell.org/trac/ghc/changeset/5e54d55738d2144ab99e7b483b
| c4d237c1657251
| 
| >---------------------------------------------------------------
| 
| commit 5e54d55738d2144ab99e7b483bc4d237c1657251
| Author: Simon Peyton Jones <simo...@microsoft.com>
| Date:   Fri Oct 19 00:48:41 2012 +0100
| 
|     Fix conversion of HsRule to TH syntax
| 
|     We weren't doing the binders right, and were creating NameLs
|     rather than NameUs for the binders of the Rule.  That gave
|     very funny output for T7064.
| 
|  compiler/deSugar/DsMeta.hs |  132 ++++++++++++++++++++++---------------
| -------
|  1 files changed, 67 insertions(+), 65 deletions(-)
| 
| 
| Diff suppressed because of size. To see it, use:
| 
|     git show 5e54d55738d2144ab99e7b483bc4d237c1657251
| 
| _______________________________________________
| Cvs-ghc mailing list
| Cvs-ghc@haskell.org
| http://www.haskell.org/mailman/listinfo/cvs-ghc

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to