[project @ 2002-09-10 10:50:28 by malcolm]
[ghc-base.git] / Data / Int.hs
index 7b57ae4..93d84b6 100644 (file)
@@ -25,7 +25,12 @@ module Data.Int
        ) where
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.Int
+import GHC.Base        ( Int )
+import GHC.Int ( Int8, Int16, Int32, Int64 )
+#endif
+
+#ifdef __HUGS__
+import Hugs.Int ( Int8, Int16, Int32, Int64 )
 #endif
 
 {- $notes