Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / ghci / RtClosureInspect.hs
index 5d74dc9..597a9a7 100644 (file)
@@ -59,12 +59,7 @@ import Constants        ( wORD_SIZE )
 
 import GHC.Arr          ( Array(..) )
 import GHC.Exts
 
 import GHC.Arr          ( Array(..) )
 import GHC.Exts
-
-#if __GLASGOW_HASKELL__ >= 611
 import GHC.IO ( IO(..) )
 import GHC.IO ( IO(..) )
-#else
-import GHC.IOBase ( IO(..) )
-#endif
 
 import Control.Monad
 import Data.Maybe
 
 import Control.Monad
 import Data.Maybe