summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Load.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Iface/Load.hs-boot')
-rw-r--r--compiler/GHC/Iface/Load.hs-boot8
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/GHC/Iface/Load.hs-boot b/compiler/GHC/Iface/Load.hs-boot
new file mode 100644
index 0000000000..e3dce1d68f
--- /dev/null
+++ b/compiler/GHC/Iface/Load.hs-boot
@@ -0,0 +1,8 @@
+module GHC.Iface.Load where
+
+import Module (Module)
+import TcRnMonad (IfM)
+import HscTypes (ModIface)
+import Outputable (SDoc)
+
+loadSysInterface :: SDoc -> Module -> IfM lcl ModIface