simonmar 2005/05/17 05:00:05 PDT
Modified files:
ghc/compiler/main DriverMkDepend.hs DriverPipeline.hs
GHC.hs GetImports.hs HscTypes.lhs
Log:
Improve source locations on error messages from the downsweep. We now
keep track of SrcSpans from import declarations, so we can report a
proper source location for unknown imports (this improves on the
previous hacky solution of keeping track of the filename that
contained the original import declaration).
ModSummary now contains (Located Module) for each import instead of Module.
Revision Changes Path
1.50 +4 -3 fptools/ghc/compiler/main/DriverMkDepend.hs
1.203 +2 -1 fptools/ghc/compiler/main/DriverPipeline.hs
1.33 +30 -39 fptools/ghc/compiler/main/GHC.hs
1.15 +10 -7 fptools/ghc/compiler/main/GetImports.hs
1.139 +3 -3 fptools/ghc/compiler/main/HscTypes.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc