summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/OccName.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/basicTypes/OccName.lhs-boot')
-rw-r--r--compiler/basicTypes/OccName.lhs-boot5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/basicTypes/OccName.lhs-boot b/compiler/basicTypes/OccName.lhs-boot
new file mode 100644
index 0000000000..d9c7fcd141
--- /dev/null
+++ b/compiler/basicTypes/OccName.lhs-boot
@@ -0,0 +1,5 @@
+\begin{code}
+module OccName where
+
+data OccName
+\end{code}