Rewrite of the IO library, including Unicode support
[ghc-base.git] / Foreign / Marshal / Utils.hs
index 4aa0e74..85d802e 100644 (file)
@@ -53,7 +53,7 @@ import Foreign.C.Types          ( CSize )
 import Foreign.Marshal.Alloc    ( malloc, alloca )
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.IOBase
+import GHC.IO
 import GHC.Real                 ( fromIntegral )
 import GHC.Num
 import GHC.Base