[project @ 2003-04-24 12:25:26 by malcolm]
[ghc-base.git] / Data / Word.hs
index 23a1b57..3a0a795 100644 (file)
@@ -35,6 +35,7 @@ import Hugs.Word
 
 #ifdef __NHC__
 import NHC.FFI (Word8, Word16, Word32, Word64)
+import NHC.SizedTypes (Word8, Word16, Word32, Word64)  -- instances of Bits
 type Word = Word32
 #endif