simonpj     2003/03/11 01:16:03 PST

  Modified files:
    ghc/compiler/parser  RdrHsSyn.lhs 
  Log:
        ----------------------------------
        Fix a long-standing egregious parser bug
        ----------------------------------
  
        *** MERGE TO STABLE ***
  
        *** NB: the important part of this commit
        ***     got committed by accident with an
        ***     unrelated message.  This commit
        ***     should be from rev 1.50 to 1.52 of RdrHsSyn
  
  GHC has parsed
  
        data T String = T String
  
  without complaint, ever since day 1!  This led to consequential
  incomprehensible messages.  The fix is easy.
  
  Revision  Changes    Path
  1.52      +1 -0      fptools/ghc/compiler/parser/RdrHsSyn.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to