From: sof Date: Mon, 25 Aug 1997 21:49:14 +0000 (+0000) Subject: [project @ 1997-08-25 21:49:14 by sof] X-Git-Tag: Approximately_1000_patches_recorded~120 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=46fd14f03a794a6084a8a64b5911c36582cf7abc;p=ghc-hetmet.git [project @ 1997-08-25 21:49:14 by sof] pACKED_STRING now points to the PackBase module --- diff --git a/ghc/compiler/prelude/PrelMods.lhs b/ghc/compiler/prelude/PrelMods.lhs index b897a70..2d7855a 100644 --- a/ghc/compiler/prelude/PrelMods.lhs +++ b/ghc/compiler/prelude/PrelMods.lhs @@ -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")