Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / main / BreakArray.hs
index 60d1410..4d2c07b 100644 (file)
 --
 -----------------------------------------------------------------------------
 
-{-# OPTIONS -w #-}
--- The above warning supression flag is a temporary kludge.
--- While working on this module you are encouraged to remove it and fix
--- any warnings in the module. See
---     http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
--- for details
-
 module BreakArray
   ( BreakArray
 #ifdef GHCI
@@ -33,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)