X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FInt.hs;h=8e0e8bda0e6bf1bc0c30c3df7f9d564fec06667b;hb=4ea71f2a9ade50ca74a091338948ef02c4e23d6d;hp=93d84b62e664548fe4cd4e0497a04b187b2d57cd;hpb=9812e0a321ec0ed8f9e53eb2febfb14c79564200;p=haskell-directory.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