X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FBreakArray.hs;h=4d2c07bba93fff188d8e0c312ab0ae9ba0030358;hp=f7154c10892d45067f7751700d1b32e8cb233322;hb=edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857;hpb=1c83695b5b9ae3175c18908c1d58aeadb1f225ae diff --git a/compiler/main/BreakArray.hs b/compiler/main/BreakArray.hs index f7154c1..4d2c07b 100644 --- a/compiler/main/BreakArray.hs +++ b/compiler/main/BreakArray.hs @@ -26,12 +26,7 @@ module BreakArray ) where #ifdef GHCI import GHC.Exts -#if __GLASGOW_HASKELL__ >= 611 import GHC.IO ( IO(..) ) -#else -import GHC.IOBase ( IO(..) ) -#endif -import GHC.Word import Constants data BreakArray = BA (MutableByteArray# RealWorld)