[project @ 1999-03-23 08:57:19 by sof]
authorsof <unknown>
Tue, 23 Mar 1999 08:57:19 +0000 (08:57 +0000)
committersof <unknown>
Tue, 23 Mar 1999 08:57:19 +0000 (08:57 +0000)
Int and Word have to be treated like other Prelude modules in a DLLish
world.

ghc/compiler/prelude/PrelMods.lhs

index 5902c4b..e2e9b43 100644 (file)
@@ -61,8 +61,8 @@ mAIN       = mkSrcModule "Main"
 
 iNT, wORD   :: Module
 
-iNT         = mkSrcModule "Int"
-wORD        = mkSrcModule "Word"
+iNT         = mkPrelModule "Int"
+wORD        = mkPrelModule "Word"
 
 \end{code}