cvs commit: fptools/happy/src LALR.lhs Main.lhs Makefile ProduceCode.lhs Version.hs
Simon Marlow <[email protected]> Thu, 12 Aug 2004 04:53:56 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.happy |
|---|---|
| Message-ID | <[email protected]> |
simonmar 2004/08/12 04:53:56 PDT
Modified files:
happy/src LALR.lhs Main.lhs Makefile
ProduceCode.lhs
Removed files:
happy/src Version.hs
Log:
- eliminate package lang dependency when compiling with recent GHCs
- remove use of string gaps (causes problems with newer CPPs)
Revision Changes Path
1.24 +16 -17 fptools/happy/src/LALR.lhs
1.52 +15 -15 fptools/happy/src/Main.lhs
1.51 +22 -1 fptools/happy/src/Makefile
1.61 +3 -2 fptools/happy/src/ProduceCode.lhs