Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / main / BreakArray.hs
index ceae28d..4d2c07b 100644 (file)
@@ -26,8 +26,7 @@ module BreakArray
   ) where
 #ifdef GHCI
 import GHC.Exts
-import GHC.IOBase
-import GHC.Word
+import GHC.IO ( IO(..) )
 import Constants
 
 data BreakArray = BA (MutableByteArray# RealWorld)