The IO type has moved to GHC.Types in ghc-prim
[ghc-base.git] / Foreign / Ptr.hs
index f6fac7d..564bb1c 100644 (file)
@@ -50,7 +50,6 @@ module Foreign.Ptr (
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Ptr
-import GHC.IO
 import GHC.Base
 import GHC.Num
 import GHC.Read