[project @ 2005-10-26 12:05:03 by simonpj]
[ghc-hetmet.git] / ghc / compiler / prelude / PrelNames.lhs
index 0d7d558..0d99121 100644 (file)
@@ -274,6 +274,7 @@ rOOT_MAIN   = mkModule ":Main"              -- Root module for initialisation
        -- the z-encoded version consistent.
 
 iNTERACTIVE    = mkModule ":Interactive"
+thFAKE         = mkModule ":THFake"
 \end{code}
 
 %************************************************************************