Rewrite of the IO library, including Unicode support
[ghc-base.git] / GHC / ForeignPtr.hs
index 25dc0fa..f3601ba 100644 (file)
@@ -42,7 +42,8 @@ import Data.Typeable
 import GHC.Show
 import GHC.List         ( null )
 import GHC.Base
-import GHC.IOBase
+import GHC.IO
+import GHC.IORef
 import GHC.STRef        ( STRef(..) )
 import GHC.Ptr          ( Ptr(..), FunPtr(..) )
 import GHC.Err