[project @ 2003-04-24 12:25:26 by malcolm]
[ghc-base.git] / Data / Int.hs
index 8e0e8bd..8d3b202 100644 (file)
@@ -37,6 +37,7 @@ import Hugs.Int ( Int8, Int16, Int32, Int64 )
 import Prelude
 import Prelude (Int)
 import NHC.FFI (Int8, Int16, Int32, Int64)
+import NHC.SizedTypes (Int8, Int16, Int32, Int64)      -- instances of Bits
 #endif
 
 {- $notes