Changes for the new IO library, mainly base-package modules moving around
[ghc-hetmet.git] / compiler / utils / FastMutInt.lhs
index c29b568..dfa188e 100644 (file)
@@ -25,9 +25,14 @@ module FastMutInt(
 #endif
 
 import GHC.Base
-import GHC.IOBase
 import GHC.Ptr
 
+#if __GLASGOW_HASKELL__ >= 611
+import GHC.IO ( IO(..) )
+#else
+import GHC.IOBase ( IO(..) )
+#endif
+
 #else /* ! __GLASGOW_HASKELL__ */
 
 import Data.IORef