[project @ 2001-06-15 08:29:57 by simonpj]
authorsimonpj <unknown>
Fri, 15 Jun 2001 08:29:58 +0000 (08:29 +0000)
committersimonpj <unknown>
Fri, 15 Jun 2001 08:29:58 +0000 (08:29 +0000)
commit972d6442ee3a6ee0a5fa20655d882e0041646892
tree04d7e331fbd7b11fa9ec383b7e1ea7975c8207ff
parent82db18e4c12e1ed76736ee67dc365cdaebeef7d7
[project @ 2001-06-15 08:29:57 by simonpj]
Some tidying up

* Remove CmStaticInfo
   - GhciMode moves to HscTypes
   - The package stuff moves to new module main/Packages.lhs

[put any package-related stuff in the new module]

* Add Outputable.docToSDoc
18 files changed:
ghc/compiler/Makefile
ghc/compiler/compMan/CmLink.lhs
ghc/compiler/compMan/CmStaticInfo.lhs [deleted file]
ghc/compiler/compMan/CompManager.lhs
ghc/compiler/ghci/InteractiveUI.hs
ghc/compiler/main/DriverFlags.hs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/DriverState.hs
ghc/compiler/main/Finder.lhs
ghc/compiler/main/HscMain.lhs
ghc/compiler/main/HscTypes.lhs
ghc/compiler/main/Main.hs
ghc/compiler/main/MkIface.lhs
ghc/compiler/main/Packages.lhs [new file with mode: 0644]
ghc/compiler/main/ParsePkgConf.y
ghc/compiler/main/SysTools.lhs
ghc/compiler/rename/Rename.lhs
ghc/compiler/utils/Outputable.lhs