[project @ 2002-07-16 16:08:58 by ross]
[haskell-directory.git] / Data / Int.hs
index fd63589..93d84b6 100644 (file)
@@ -29,6 +29,10 @@ import GHC.Base      ( Int )
 import GHC.Int ( Int8, Int16, Int32, Int64 )
 #endif
 
+#ifdef __HUGS__
+import Hugs.Int ( Int8, Int16, Int32, Int64 )
+#endif
+
 {- $notes
 
 * All arithmetic is performed modulo 2^n, where @n@ is the number of