From: sof Date: Tue, 23 Mar 1999 08:57:19 +0000 (+0000) Subject: [project @ 1999-03-23 08:57:19 by sof] X-Git-Tag: Approximately_9120_patches~6360 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=68af1f55ccef1113ac829cc46cb1330d81257741;p=ghc-hetmet.git [project @ 1999-03-23 08:57:19 by sof] Int and Word have to be treated like other Prelude modules in a DLLish world. --- 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}