summaryrefslogtreecommitdiff
path: root/compiler/main/Packages.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/Packages.hs-boot')
-rw-r--r--compiler/main/Packages.hs-boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/main/Packages.hs-boot b/compiler/main/Packages.hs-boot
index bac04bc20a..1197fadb57 100644
--- a/compiler/main/Packages.hs-boot
+++ b/compiler/main/Packages.hs-boot
@@ -1,7 +1,7 @@
module Packages where
-- Well, this is kind of stupid...
-import {-# SOURCE #-} Module (PackageKey)
+import {-# SOURCE #-} Module (UnitId)
import {-# SOURCE #-} DynFlags (DynFlags)
data PackageState
-packageKeyPackageIdString :: DynFlags -> PackageKey -> Maybe String
+unitIdPackageIdString :: DynFlags -> UnitId -> Maybe String
emptyPackageState :: PackageState