summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Module.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/Module.hs-boot')
-rw-r--r--compiler/GHC/Types/Module.hs-boot14
1 files changed, 14 insertions, 0 deletions
diff --git a/compiler/GHC/Types/Module.hs-boot b/compiler/GHC/Types/Module.hs-boot
new file mode 100644
index 0000000000..1f2fec56d7
--- /dev/null
+++ b/compiler/GHC/Types/Module.hs-boot
@@ -0,0 +1,14 @@
+module GHC.Types.Module where
+
+import GhcPrelude
+import FastString
+
+data Module
+data ModuleName
+data UnitId
+data InstalledUnitId
+newtype ComponentId = ComponentId FastString
+
+moduleName :: Module -> ModuleName
+moduleUnitId :: Module -> UnitId
+unitIdString :: UnitId -> String