diff options
Diffstat (limited to 'libraries/base/Data/Int.hs')
-rw-r--r-- | libraries/base/Data/Int.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/base/Data/Int.hs b/libraries/base/Data/Int.hs index 084bb0ef05..874d47ec13 100644 --- a/libraries/base/Data/Int.hs +++ b/libraries/base/Data/Int.hs @@ -35,13 +35,6 @@ 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) -import NHC.SizedTypes (Int8, Int16, Int32, Int64) -- instances of Bits -#endif - {- $notes * All arithmetic is performed modulo 2^n, where @n@ is the number of |