refactoring only: use the parameterised InstalledPackageInfo
authorSimon Marlow <simonmar@microsoft.com>
Wed, 3 Oct 2007 16:35:36 +0000 (16:35 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 3 Oct 2007 16:35:36 +0000 (16:35 +0000)
commit1a7d1b77334529ca96ed4cbc03fcb5f55dc2de4a
treec65929c6b69c13266cdc0e6965b05e1f3a1af673
parente932508283461bfc5b6658a374fd6e9126979e49
refactoring only: use the parameterised InstalledPackageInfo
This required moving PackageId from PackageConfig to Module
22 files changed:
compiler/basicTypes/Module.hi-boot-6
compiler/basicTypes/Module.lhs
compiler/basicTypes/Module.lhs-boot
compiler/basicTypes/Unique.lhs
compiler/coreSyn/CoreUtils.lhs
compiler/ghci/InteractiveUI.hs
compiler/main/CodeOutput.lhs
compiler/main/DynFlags.hs
compiler/main/Finder.lhs
compiler/main/GHC.hs
compiler/main/PackageConfig.hs
compiler/main/Packages.lhs
compiler/main/ParsePkgConf.y
compiler/main/TidyPgm.lhs
compiler/parser/ParserCore.y
compiler/prelude/PrelNames.lhs
compiler/profiling/SCCfinal.lhs
compiler/stgSyn/CoreToStg.lhs
compiler/stgSyn/StgSyn.lhs
compiler/utils/Binary.hs
compiler/utils/Outputable.lhs
compiler/vectorise/VectBuiltIn.hs