patch applied (ghc): Fixed LaTeX markup

2007-03-14 Thread Sven Panne
Wed Mar 14 06:25:21 PDT 2007 [EMAIL PROTECTED] * Fixed LaTeX markup M ./compiler/prelude/primops.txt.pp -5 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Added LaTeX commands for primitive types and pseudo ops

2007-03-14 Thread Sven Panne
Wed Mar 14 06:27:03 PDT 2007 [EMAIL PROTECTED] * Added LaTeX commands for primitive types and pseudo ops M ./docs/ext-core/core.tex +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Tweak hasktags to cope with abc::def correctly

2007-03-14 Thread Ian Lynagh
Wed Mar 14 09:01:02 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Tweak hasktags to cope with abc::def correctly Patch from Marc Weber in http://www.haskell.org/pipermail/glasgow-haskell-users/2007-February/011998.html M ./utils/hasktags/HaskTags.hs -12 +26

patch applied (ghc-6.6/ghc): Tweak hasktags to cope with abc::def correctly

2007-03-14 Thread Ian Lynagh
Wed Mar 14 09:01:02 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Tweak hasktags to cope with abc::def correctly Patch from Marc Weber in http://www.haskell.org/pipermail/glasgow-haskell-users/2007-February/011998.html M ./utils/hasktags/HaskTags.hs -12 +26

patch applied (ghc): Wibble to type-error-message improvement

2007-03-14 Thread Simon Peyton Jones
Wed Mar 14 09:48:50 PDT 2007 [EMAIL PROTECTED] * Wibble to type-error-message improvement M ./compiler/typecheck/TcMType.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Another renamer test that nhc98 used to fail on

2007-03-14 Thread Ian Lynagh
Wed Mar 14 12:08:37 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Another renamer test that nhc98 used to fail on A ./tests/ghc-regress/rename/should_compile/Rn053_A.hs A ./tests/ghc-regress/rename/should_compile/Rn053_B.hs M ./tests/ghc-regress/rename/should_compile/all.T +3 A