Rewrite of the IO library, including Unicode support
[ghc-base.git] / Foreign / Ptr.hs
index 7c83326..f6fac7d 100644 (file)
@@ -50,7 +50,7 @@ module Foreign.Ptr (
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Ptr
-import GHC.IOBase
+import GHC.IO
 import GHC.Base
 import GHC.Num
 import GHC.Read