cvs commit: fptools/happy/src Parser.hs

Sven Panne <[email protected]> Wed, 6 Oct 2004 09:37:50 -0700
Newsgroups gmane.comp.lang.haskell.cvs.happy
Message-ID <[email protected]>
panne       2004/10/06 09:37:50 PDT

  Modified files:
    happy/src            Parser.hs 
  Log:
  The former order of commits for Parser.* was wrong, so Parser.hs was older than
  Parser.ly when you did a fresh checkout. This whitespace-only change fixes the
  timestamp.
  
  A rule to remember: First check in Blah.ly, then Blah.hs (same for *.x, ...)
  
  Revision  Changes    Path
  1.19      +2 -1      fptools/happy/src/Parser.hs