Rewrite of the IO library, including Unicode support
[ghc-base.git] / Foreign / Marshal / Alloc.hs
index 19cce12..574e6a4 100644 (file)
@@ -40,7 +40,8 @@ import Foreign.Ptr              ( Ptr, nullPtr, FunPtr )
 
 #ifdef __GLASGOW_HASKELL__
 import Foreign.ForeignPtr       ( FinalizerPtr )
-import GHC.IOBase
+import GHC.IO
+import GHC.IO.Exception
 import GHC.Real
 import GHC.Ptr
 import GHC.Err