summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrelNames.lhs-boot
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-02-14 14:37:43 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-02-14 14:37:43 +0000
commit599aaf4e4dbb94a484eed5f624404194c6ca1fb9 (patch)
treea2d9c0755064b5c5b5c2c9b5843a2fcd48cfbce4 /compiler/prelude/PrelNames.lhs-boot
parentf20312f90db4a0c8dc9d6e91b2a4b3a370b2f9c9 (diff)
downloadhaskell-599aaf4e4dbb94a484eed5f624404194c6ca1fb9.tar.gz
Better pretty-printing for HsType, fixes Trac #7645
Diffstat (limited to 'compiler/prelude/PrelNames.lhs-boot')
-rw-r--r--compiler/prelude/PrelNames.lhs-boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/prelude/PrelNames.lhs-boot b/compiler/prelude/PrelNames.lhs-boot
index c14695b060..7b5365e621 100644
--- a/compiler/prelude/PrelNames.lhs-boot
+++ b/compiler/prelude/PrelNames.lhs-boot
@@ -1,9 +1,10 @@
-
\begin{code}
module PrelNames where
import Module
+import Unique
mAIN :: Module
+liftedTypeKindTyConKey :: Unique
\end{code}