#6026: Unboxed operators have wrong fixity
----------------------------------------+-----------------------------------
    Reporter:  benl                     |       Owner:  igloo                   
   
        Type:  bug                      |      Status:  patch                   
   
    Priority:  normal                   |   Milestone:  7.8.1                   
   
   Component:  libraries/base           |     Version:  7.4.1                   
   
    Keywords:                           |          Os:  Unknown/Multiple        
   
Architecture:  Unknown/Multiple         |     Failure:  Incorrect result at 
runtime
  Difficulty:  Easy (less than 1 hour)  |    Testcase:                          
   
   Blockedby:                           |    Blocking:                          
   
     Related:                           |  
----------------------------------------+-----------------------------------

Comment(by michal.terepeta@…):

 commit 64efee6225ac18e54919d1690073fa2404a74a6c
 {{{
 Author: Michal Terepeta <michal.terep...@gmail.com>
 Date:   Mon Nov 12 21:31:32 2012 +0100

     Add fixity information to primops (ticket #6026)

  compiler/ghc.mk                 |    3 +++
  compiler/iface/LoadIface.lhs    |    6 ++++--
  compiler/prelude/PrimOp.lhs     |   15 +++++++++++++--
  compiler/prelude/primops.txt.pp |   24 ++++++++++++++++++++++++
  utils/genprimopcode/Lexer.x     |    5 +++++
  utils/genprimopcode/Main.hs     |   29 ++++++++++++++++++++++++++---
  utils/genprimopcode/Parser.y    |   13 +++++++++++++
  utils/genprimopcode/ParserM.hs  |    5 +++++
  utils/genprimopcode/Syntax.hs   |    9 +++++++++
  9 files changed, 102 insertions(+), 7 deletions(-)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6026#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to