X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FMachRegs.lhs;h=df3be5e4e4d8c24e26e40bb2e784d746feabe1b6;hb=9c69ef13811c41a498ef96ce7908245318bf8679;hp=bffb723d1bf79a51c122d69b8a47573b835906cf;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/nativeGen/MachRegs.lhs b/compiler/nativeGen/MachRegs.lhs index bffb723..df3be5e 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 -- -----------------------------------------------------------------------------