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