summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Env.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Iface/Env.hs-boot')
-rw-r--r--compiler/GHC/Iface/Env.hs-boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/GHC/Iface/Env.hs-boot b/compiler/GHC/Iface/Env.hs-boot
new file mode 100644
index 0000000000..2c326ab0ad
--- /dev/null
+++ b/compiler/GHC/Iface/Env.hs-boot
@@ -0,0 +1,9 @@
+module GHC.Iface.Env where
+
+import Module
+import OccName
+import TcRnMonad
+import Name
+import SrcLoc
+
+newGlobalBinder :: Module -> OccName -> SrcSpan -> TcRnIf a b Name