X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FInt.hs;h=8d3b202fc76e8dfef7cbd3738c2570e0debc4da0;hb=3683967ba8a4d13226eefed9f137e3b1b413f1bd;hp=8e0e8bda0e6bf1bc0c30c3df7f9d564fec06667b;hpb=d12c4f3de454ea031f2258627d388d3d994a3cfd;p=ghc-base.git diff --git a/Data/Int.hs b/Data/Int.hs index 8e0e8bd..8d3b202 100644 --- a/Data/Int.hs +++ b/Data/Int.hs @@ -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