#1835: Provide information of the instance environment
-------------------------------+--------------------------------------------
  Reporter:  guest             |          Owner:  igloo           
      Type:  feature request   |         Status:  closed          
  Priority:  normal            |      Milestone:  _|_             
 Component:  Template Haskell  |        Version:  6.8.1           
Resolution:  fixed             |       Keywords:                  
  Testcase:  th/T1835          |      Blockedby:                  
Difficulty:  Unknown           |             Os:  Unknown/Multiple
  Blocking:                    |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |  
-------------------------------+--------------------------------------------
Changes (by simonpj):

  * status:  patch => closed
  * testcase:  => th/T1835
  * resolution:  => fixed


Comment:

 OK done.  Patches to GHC
 {{{
 Wed Sep 15 08:12:42 PDT 2010  [email protected]
   * Implement TH reification of instances (Trac #1835)

   Accompanying patch for template-haskell package is reqd

     M ./compiler/hsSyn/Convert.lhs -1 +6
     M ./compiler/rename/RnTypes.lhs -1 +1
     M ./compiler/typecheck/TcHsType.lhs -1 +1
     M ./compiler/typecheck/TcSplice.lhs -1 +48
 }}}
 and template-haskell package
 {{{
 Wed Sep 15 08:13:29 PDT 2010  [email protected]
   * Add TH reification of instances (Trac #1835)

     M ./Language/Haskell/TH/Ppr.hs -2 +11
     M ./Language/Haskell/TH/Syntax.hs -11 +41
 }}}
 and one for DPH.

 Simon

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