summaryrefslogtreecommitdiff
path: root/compiler/main/PackageConfig.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/PackageConfig.hs-boot')
-rw-r--r--compiler/main/PackageConfig.hs-boot7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/main/PackageConfig.hs-boot b/compiler/main/PackageConfig.hs-boot
new file mode 100644
index 0000000000..c65bf472a4
--- /dev/null
+++ b/compiler/main/PackageConfig.hs-boot
@@ -0,0 +1,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