cvs commit: fptools/ghc/compiler/compMan CompManager.lhs fptools/ghc/compiler/main
DriverPipeline.hs DriverUtil.hs GetImports.hs
Julian Seward
sewardj@glass.cse.ogi.edu
Fri, 17 Nov 2000 05:33:17 -0800
sewardj 2000/11/17 05:33:17 PST
Modified files:
ghc/compiler/compMan CompManager.lhs
ghc/compiler/main DriverPipeline.hs DriverUtil.hs
GetImports.hs
Log:
Facilitate handling the situation where name of module /= name of file.
This is handled in CompManager.summarise, which can inspect the source
to see what the _real_ module name is, and act accordingly.
All a bit messy -- needs a rethink.
Revision Changes Path
1.16 +43 -11 fptools/ghc/compiler/compMan/CompManager.lhs
1.29 +2 -2 fptools/ghc/compiler/main/DriverPipeline.hs
1.8 +8 -1 fptools/ghc/compiler/main/DriverUtil.hs
1.2 +18 -26 fptools/ghc/compiler/main/GetImports.hs