From cabac059f16560ffed23a504a1d793d108dc6653 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 18 Mar 2002 09:46:35 +0000 Subject: [PATCH] [project @ 2002-03-18 09:46:35 by simonmar] PrelGHC ==> GHC.Prim (comments only) --- ghc/compiler/prelude/PrelNames.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/prelude/PrelNames.lhs b/ghc/compiler/prelude/PrelNames.lhs index c0cfc0a..f79adc7 100644 --- a/ghc/compiler/prelude/PrelNames.lhs +++ b/ghc/compiler/prelude/PrelNames.lhs @@ -333,7 +333,7 @@ and it's convenient to write them all down in one place. dollarMainName = varQual mAIN_Name FSLIT("$main") dollarMainKey runMainName = varQual pREL_TOP_HANDLER_Name FSLIT("runMain") runMainKey --- Stuff from PrelGHC +-- Stuff from GHC.Prim usOnceTyConName = kindQual FSLIT(".") usOnceTyConKey usManyTyConName = kindQual FSLIT("!") usManyTyConKey superKindName = kindQual FSLIT("KX") kindConKey -- 1.7.10.4