#6027: Allow changing fixity of new type operators
---------------------------------+------------------------------------------
    Reporter:  atnnn             |       Owner:  pcapriotti      
        Type:  feature request   |      Status:  patch           
    Priority:  normal            |   Milestone:  7.6.1           
   Component:  Compiler          |     Version:  7.5             
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by p.capriotti@…):

 commit 5bfd8933024cb2120c38e01346b1b47d6dde10cb
 {{{
 Author: Paolo Capriotti <[email protected]>
 Date:   Wed Apr 25 14:10:40 2012 +0100

     Fix lookup of fixity signatures for type operators (#6027)

     Extend name lookup for fixity declaration to the TcClsName namespace
 for
     all reader names, instead of only those in DataName.

  compiler/rename/RnEnv.lhs    |   58
 +++++++++++++++++++++++++++++-------------
  compiler/rename/RnSource.lhs |    4 +-
  2 files changed, 42 insertions(+), 20 deletions(-)
 }}}

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