The IO type has moved to GHC.Types in ghc-prim
[ghc-base.git] / Foreign / Marshal / Alloc.hs
index 574e6a4..108058a 100644 (file)
@@ -40,7 +40,6 @@ import Foreign.Ptr              ( Ptr, nullPtr, FunPtr )
 
 #ifdef __GLASGOW_HASKELL__
 import Foreign.ForeignPtr       ( FinalizerPtr )
-import GHC.IO
 import GHC.IO.Exception
 import GHC.Real
 import GHC.Ptr