From: rrt Date: Fri, 14 Apr 2000 16:43:52 +0000 (+0000) Subject: [project @ 2000-04-14 16:43:52 by rrt] X-Git-Tag: Approximately_9120_patches~4680 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f9554211b07dab76287e5cbd712d52f2d148c69a;hp=881053b6b88d2f1065ce1d5a26d4ee1998ffb1e4;p=ghc-hetmet.git [project @ 2000-04-14 16:43:52 by rrt] Change package name of prelude to std. --- 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