Rewrite of the IO library, including Unicode support
[ghc-base.git] / Foreign / Marshal / Array.hs
index 2297a4d..bac13cd 100644 (file)
@@ -68,7 +68,7 @@ import Foreign.Marshal.Alloc (mallocBytes, allocaBytes, reallocBytes)
 import Foreign.Marshal.Utils (copyBytes, moveBytes)
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.IOBase
+import GHC.IO
 import GHC.Num
 import GHC.List
 import GHC.Err