diff options
Diffstat (limited to 'compiler/main')
-rw-r--r-- | compiler/main/PackageConfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/PackageConfig.hs b/compiler/main/PackageConfig.hs index f3cdac77da..9e9775bc04 100644 --- a/compiler/main/PackageConfig.hs +++ b/compiler/main/PackageConfig.hs @@ -37,7 +37,7 @@ import Module import Unique -- ----------------------------------------------------------------------------- --- Our PackageConfig type is the InstalledPackageInfo from bin-package-db, +-- Our PackageConfig type is the InstalledPackageInfo from ghc-boot, -- which is similar to a subset of the InstalledPackageInfo type from Cabal. type PackageConfig = InstalledPackageInfo |