Packages are only shadowed if the InstalledPackageId is *different*
authorSimon Marlow <marlowsd@gmail.com>
Tue, 6 Oct 2009 15:49:40 +0000 (15:49 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 6 Oct 2009 15:49:40 +0000 (15:49 +0000)
commit45a8d0ceac35f657e8f367a0e0870f2df0acde93
treeca0c0e4b2c38c7b5a6c9538174136b9fff91996b
parent41a801223a8bd07659ea1178df67912f5dc3d588
Packages are only shadowed if the InstalledPackageId is *different*
If the two InstalledPackageIds are the same, then the packages are
interchangeable and we don't need to explicitly remove one of them.
compiler/main/Packages.lhs