#1822: Panic in template haskell
------------------------------+---------------------------------------------
 Reporter:  guest             |          Owner:         
     Type:  bug               |         Status:  closed 
 Priority:  normal            |      Milestone:         
Component:  Template Haskell  |        Version:  6.6.1  
 Severity:  normal            |     Resolution:  fixed  
 Keywords:                    |     Difficulty:  Unknown
 Testcase:                    |   Architecture:  x86    
       Os:  Linux             |  
------------------------------+---------------------------------------------
Changes (by simonpj):

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

Comment:

 Happily, I think this is fixed in 6.8:
 {{{
 Test_gen.hs:50:66:
     Stage error: the non-top-level quoted name 'stuff
     must be used at the same stage at which is is bound
     In the expression: 'stuff
     In the expression: ('stuff, VarE s)
     In the second argument of `RecUpdE', namely `[('stuff, VarE s)]'
 }}}

 Simon

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