From 68af1f55ccef1113ac829cc46cb1330d81257741 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 23 Mar 1999 08:57:19 +0000 Subject: [PATCH] [project @ 1999-03-23 08:57:19 by sof] Int and Word have to be treated like other Prelude modules in a DLLish world. --- ghc/compiler/prelude/PrelMods.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/prelude/PrelMods.lhs b/ghc/compiler/prelude/PrelMods.lhs index 5902c4b..e2e9b43 100644 --- a/ghc/compiler/prelude/PrelMods.lhs +++ b/ghc/compiler/prelude/PrelMods.lhs @@ -61,8 +61,8 @@ mAIN = mkSrcModule "Main" iNT, wORD :: Module -iNT = mkSrcModule "Int" -wORD = mkSrcModule "Word" +iNT = mkPrelModule "Int" +wORD = mkPrelModule "Word" \end{code} -- 1.7.10.4