[project @ 2002-10-09 17:08:18 by malcolm]
[ghc-base.git] / Data / Int.hs
index 93d84b6..8e0e8bd 100644 (file)
@@ -33,6 +33,12 @@ import GHC.Int       ( Int8, Int16, Int32, Int64 )
 import Hugs.Int ( Int8, Int16, Int32, Int64 )
 #endif
 
+#ifdef __NHC__
+import Prelude
+import Prelude (Int)
+import NHC.FFI (Int8, Int16, Int32, Int64)
+#endif
+
 {- $notes
 
 * All arithmetic is performed modulo 2^n, where @n@ is the number of