Changes for the new IO library, mainly base-package modules moving around
[ghc-hetmet.git] / compiler / main / BreakArray.hs
index ceae28d..f7154c1 100644 (file)
@@ -26,7 +26,11 @@ module BreakArray
   ) where
 #ifdef GHCI
 import GHC.Exts
-import GHC.IOBase
+#if __GLASGOW_HASKELL__ >= 611
+import GHC.IO ( IO(..) )
+#else
+import GHC.IOBase ( IO(..) )
+#endif
 import GHC.Word
 import Constants