#4430: Better support for resolving infix expressions in template haskell
-------------------------------+--------------------------------------------
Reporter: reinerp | Owner: igloo
Type: feature request | Status: closed
Priority: normal | Milestone: 7.4.1
Component: Template Haskell | Version: 6.12.3
Resolution: fixed | Keywords:
Testcase: | Blockedby:
Difficulty: | Os: Unknown/Multiple
Blocking: | Architecture: Unknown/Multiple
Failure: None/Unknown |
-------------------------------+--------------------------------------------
Changes (by simonpj):
* status: patch => closed
* resolution: => fixed
Comment:
Plus
{{{
commit 54d7c6beb2d2c6ec6c7b46f5f60935c162045d93
Author: Reiner Pope <[email protected]>
Date: Sat Jul 23 16:15:41 2011 +1000
Add support for unresolved infix expressions and patterns
compiler/hsSyn/Convert.lhs | 106
+++++++++++++++++++++++++++++++++++++++++---
1 files changed, 99 insertions(+), 7 deletions(-)
}}}
and in the template-haskell library
{{{
commit 2539bc6b3a5b0e4c6ce12746bfefe709026cac2d
Author: Reiner Pope <[email protected]>
Date: Sat Jul 23 16:13:17 2011 +1000
Add support for unresolved infix expressions and patterns.
Language/Haskell/TH.hs | 6 ++-
Language/Haskell/TH/Lib.hs | 15 ++++++++
Language/Haskell/TH/Ppr.hs | 17 ++++++++--
Language/Haskell/TH/Syntax.hs | 75
+++++++++++++++++++++++++++++++++++++++++
4 files changed, 108 insertions(+), 5 deletions(-)
}}}
All done, I think. Thanks reinerp!
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4430#comment:30>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs