[project @ 2000-04-14 16:43:52 by rrt]
authorrrt <unknown>
Fri, 14 Apr 2000 16:43:52 +0000 (16:43 +0000)
committerrrt <unknown>
Fri, 14 Apr 2000 16:43:52 +0000 (16:43 +0000)
Change package name of prelude to std.

ghc/compiler/basicTypes/Module.lhs

index e098db4..f8b40c9 100644 (file)
@@ -82,7 +82,7 @@ data PackageInfo = ThisPackage                        -- A module from the same package
 type PackageName = FastString          -- No encoding at all
 
 preludePackage :: PackageName
-preludePackage = SLIT("prelude")
+preludePackage = SLIT("std")
 
 instance Show PackageInfo where        -- Just used in debug prints of lex tokens
   showsPrec n ThisPackage s = s