From 46fd14f03a794a6084a8a64b5911c36582cf7abc Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 25 Aug 1997 21:49:14 +0000 Subject: [PATCH] [project @ 1997-08-25 21:49:14 by sof] pACKED_STRING now points to the PackBase module --- ghc/compiler/prelude/PrelMods.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 1.7.10.4