[project @ 1997-08-25 21:49:14 by sof]
authorsof <unknown>
Mon, 25 Aug 1997 21:49:14 +0000 (21:49 +0000)
committersof <unknown>
Mon, 25 Aug 1997 21:49:14 +0000 (21:49 +0000)
pACKED_STRING now points to the PackBase module

ghc/compiler/prelude/PrelMods.lhs

index b897a70..2d7855a 100644 (file)
@@ -35,7 +35,7 @@ pREL_READ    = SLIT("PrelRead")
 pREL_NUM     = SLIT("PrelNum")
 pREL_LIST    = SLIT("PrelList")
 pREL_TUP     = SLIT("PrelTup")
-pACKED_STRING= SLIT("PackedString")
+pACKED_STRING= SLIT("PackBase")
 cONC_BASE    = SLIT("ConcBase")
 iO_BASE             = SLIT("IOBase")
 mONAD       = SLIT("Monad")