Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/64efee6225ac18e54919d1690073fa2404a74a6c >--------------------------------------------------------------- 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(-) Diff suppressed because of size. To see it, use: git show 64efee6225ac18e54919d1690073fa2404a74a6c _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc