From f9554211b07dab76287e5cbd712d52f2d148c69a Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 14 Apr 2000 16:43:52 +0000 Subject: [PATCH] [project @ 2000-04-14 16:43:52 by rrt] Change package name of prelude to std. --- ghc/compiler/basicTypes/Module.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/basicTypes/Module.lhs b/ghc/compiler/basicTypes/Module.lhs index e098db4..f8b40c9 100644 --- a/ghc/compiler/basicTypes/Module.lhs +++ b/ghc/compiler/basicTypes/Module.lhs @@ -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 -- 1.7.10.4