#5235: Template Haskell rejects list comprehensions
-------------------------------+--------------------------------------------
  Reporter:  roldugin          |          Owner:                  
      Type:  bug               |         Status:  closed          
  Priority:  normal            |      Milestone:                  
 Component:  Template Haskell  |        Version:  7.1             
Resolution:  fixed             |       Keywords:                  
  Testcase:                    |      Blockedby:                  
Difficulty:                    |             Os:  Unknown/Multiple
  Blocking:                    |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |  
-------------------------------+--------------------------------------------
Changes (by simonpj):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Thanks.  This was a glitch following the monad-comoprehension changes.
 Fixed by
 {{{
 commit ba33ff9b0ae36ebeeda2eb5a37758984779fc11d
 Author: Simon Peyton Jones <[email protected]>
 Date:   Fri Jun 10 19:52:53 2011 +0100

     Make DsMeta catch up with LastStmt (fix Trac #5235)

     The new monad comprehension stuff introduce LastStmt,
     and DsMeta must convert that to TH syntax

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

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

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5235#comment:1>
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

Reply via email to