X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FInt.hs;h=8e0e8bda0e6bf1bc0c30c3df7f9d564fec06667b;hb=d12c4f3de454ea031f2258627d388d3d994a3cfd;hp=93d84b62e664548fe4cd4e0497a04b187b2d57cd;hpb=cbfbac0617770abfb8a0c740bba7e0ca7f6e861d;p=ghc-base.git diff --git a/Data/Int.hs b/Data/Int.hs index 93d84b6..8e0e8bd 100644 --- a/Data/Int.hs +++ b/Data/Int.hs @@ -33,6 +33,12 @@ import GHC.Int ( Int8, Int16, Int32, Int64 ) import Hugs.Int ( Int8, Int16, Int32, Int64 ) #endif +#ifdef __NHC__ +import Prelude +import Prelude (Int) +import NHC.FFI (Int8, Int16, Int32, Int64) +#endif + {- $notes * All arithmetic is performed modulo 2^n, where @n@ is the number of