[project @ 2004-02-25 20:10:18 by ralf]
[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