X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FFastMutInt.lhs;h=1b2b05eb9f7e5a2d451d97be3bd6596afffb184f;hp=dfa188ed2abe49ce58d5a2943c694fcc065c5cb8;hb=d436c70d43fb905c63220040168295e473f4b90a;hpb=1c83695b5b9ae3175c18908c1d58aeadb1f225ae diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index dfa188e..1b2b05e 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -28,7 +28,7 @@ import GHC.Base import GHC.Ptr #if __GLASGOW_HASKELL__ >= 611 -import GHC.IO ( IO(..) ) +-- import GHC.IO ( IO(..) ) #else import GHC.IOBase ( IO(..) ) #endif