cvs commit: fptools/ghc/compiler/parser Lex.lhs Parser.y
fptools/ghc/compiler/rename ParseIface.y RnHiFiles.lhs
fptools/ghc/compiler/main HscMain.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Wed, 17 Jan 2001 08:54:04 -0800
simonmar 2001/01/17 08:54:04 PST
Modified files:
ghc/compiler/parser Lex.lhs Parser.y
ghc/compiler/rename ParseIface.y RnHiFiles.lhs
ghc/compiler/main HscMain.lhs
Log:
Remove IfaceStuff and ParserStuff hacks, use happy-1.9's new multiple
%name feature. GHCi's command line isn't stuck in -fglasgow-exts mode
any more.
<CoverMyBack>
YOU NOW NEED HAPPY 1.9 TO BUILD GHC.
</CoverMyBack>
Revision Changes Path
1.41 +0 -2 fptools/ghc/compiler/parser/Lex.lhs
1.50 +4 -14 fptools/ghc/compiler/parser/Parser.y
1.100 +18 -23 fptools/ghc/compiler/rename/ParseIface.y
1.34 +2 -2 fptools/ghc/compiler/rename/RnHiFiles.lhs
1.85 +15 -18 fptools/ghc/compiler/main/HscMain.lhs