X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FFastMutInt.lhs;fp=compiler%2Futils%2FFastMutInt.lhs;h=dfa188ed2abe49ce58d5a2943c694fcc065c5cb8;hp=c29b568426bc1440b1271474faa9c3c790832409;hb=1c83695b5b9ae3175c18908c1d58aeadb1f225ae;hpb=2675f2b68794ef6712e1ea0b9ec110c46c9e5ebf diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index c29b568..dfa188e 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -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