[project @ 2002-05-11 08:59:08 by panne]
authorpanne <unknown>
Sat, 11 May 2002 08:59:08 +0000 (08:59 +0000)
committerpanne <unknown>
Sat, 11 May 2002 08:59:08 +0000 (08:59 +0000)
Now that Int is exported, it might be a good idea to import it
first...

Data/Int.hs

index 7b57ae4..fd63589 100644 (file)
@@ -25,7 +25,8 @@ module Data.Int
        ) where
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.Int
+import GHC.Base        ( Int )
+import GHC.Int ( Int8, Int16, Int32, Int64 )
 #endif
 
 {- $notes