[project @ 2005-01-06 16:35:04 by simonmar]
[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