summaryrefslogtreecommitdiff
path: root/compiler/main/PackageConfig.hs-boot
blob: c65bf472a4e92aa8af74eb49c2824ece3b5fd4a6 (plain)
1
2
3
4
5
6
7
module PackageConfig where
import FastString
import {-# SOURCE #-} Module
import GHC.PackageDb
newtype PackageName = PackageName FastString
newtype SourcePackageId = SourcePackageId FastString
type PackageConfig = InstalledPackageInfo ComponentId SourcePackageId PackageName UnitId ModuleName Module