X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2FPrelNames.lhs;fp=ghc%2Fcompiler%2Fprelude%2FPrelNames.lhs;h=0d991217191a460f8f25ce27876c83e2d8743dc1;hb=015aa9723a1e72d7bfe0e82599454bee59f4d472;hp=0d7d558162781b91b8fee1e71b1b7219c6637599;hpb=559295a0cee95f73605a4ec58536a54145201f09;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/PrelNames.lhs b/ghc/compiler/prelude/PrelNames.lhs index 0d7d558..0d99121 100644 --- a/ghc/compiler/prelude/PrelNames.lhs +++ b/ghc/compiler/prelude/PrelNames.lhs @@ -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} %************************************************************************