[project @ 2002-10-09 17:08:18 by malcolm]
[ghc-base.git] / Data / Word.hs
index 3bcc8a7..23a1b57 100644 (file)
@@ -33,6 +33,11 @@ import GHC.Word
 import Hugs.Word
 #endif
 
+#ifdef __NHC__
+import NHC.FFI (Word8, Word16, Word32, Word64)
+type Word = Word32
+#endif
+
 {- $notes
 
 * All arithmetic is performed modulo 2^n, where n is the number of