diff options
Diffstat (limited to 'compiler/nativeGen/MachRegs.lhs')
-rw-r--r-- | compiler/nativeGen/MachRegs.lhs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/nativeGen/MachRegs.lhs b/compiler/nativeGen/MachRegs.lhs index bffb723d1b..df3be5e4e4 100644 --- a/compiler/nativeGen/MachRegs.lhs +++ b/compiler/nativeGen/MachRegs.lhs @@ -96,13 +96,8 @@ import Constants import FastTypes #if powerpc_TARGET_ARCH -#if __GLASGOW_HASKELL__ >= 504 import Data.Word ( Word8, Word16, Word32 ) import Data.Int ( Int8, Int16, Int32 ) -#else -import Word ( Word8, Word16, Word32 ) -import Int ( Int8, Int16, Int32 ) -#endif #endif -- ----------------------------------------------------------------------------- |