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, 0 insertions, 7 deletions
diff --git a/compiler/main/PackageConfig.hs-boot b/compiler/main/PackageConfig.hs-boot
deleted file mode 100644
index c65bf47..0000000
--- a/compiler/main/PackageConfig.hs-boot
+++ /dev/null
@@ -1,7 +0,0 @@
-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