X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FInt.hs;h=8d3b202fc76e8dfef7cbd3738c2570e0debc4da0;hb=17c3536d93b3d35082ac025bb35176168c359165;hp=8e0e8bda0e6bf1bc0c30c3df7f9d564fec06667b;hpb=544fc40d0b2e933112b5bd06ae3ad45056493b9c;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