Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / main / BreakArray.hs
index f7154c1..4d2c07b 100644 (file)
@@ -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)