cvs commit: fptools/happy/src GenUtils.lhs Info.lhs ProduceCode.lhs

[email protected] Wed, 27 Oct 2004 17:32:07 -0700
Newsgroups gmane.comp.lang.haskell.cvs.happy
Message-ID <[email protected]>
paulcc      2004/10/27 17:32:07 PDT

  Modified files:
    happy/src            GenUtils.lhs Info.lhs ProduceCode.lhs 
  Log:
  Moved the faster (.)-based string building functions to GenUtils, out
  of ProduceCode.
  Also simplified the imports/exports affected by this move.
  
  Revision  Changes    Path
  1.12      +24 -2     fptools/happy/src/GenUtils.lhs
  1.13      +2 -3      fptools/happy/src/Info.lhs
  1.62      +5 -17     fptools/happy/src/ProduceCode.lhs