Rewrite of the IO library, including Unicode support
[ghc-base.git] / Foreign / Concurrent.hs
index 096f226..a09c06f 100644 (file)
@@ -28,7 +28,7 @@ module Foreign.Concurrent
   ) where
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.IOBase       ( IO )
+import GHC.IO           ( IO )
 import GHC.Ptr          ( Ptr )
 import GHC.ForeignPtr   ( ForeignPtr )
 import qualified GHC.ForeignPtr