Skip to content
Snippets Groups Projects
Commit f9554211 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-04-14 16:43:52 by rrt]

Change package name of prelude to std.
parent 881053b6
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment