Remove unused imports from base
[ghc-base.git] / Data / IORef.hs
index 44e5de1..f885751 100644 (file)
@@ -35,7 +35,7 @@ import Hugs.IORef
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base
 import GHC.STRef
-import GHC.IO
+-- import GHC.IO
 import GHC.IORef hiding (atomicModifyIORef)
 import qualified GHC.IORef
 #if !defined(__PARALLEL_HASKELL__)