[project @ 2002-05-10 08:38:53 by simonmar]
authorsimonmar <unknown>
Fri, 10 May 2002 08:38:53 +0000 (08:38 +0000)
committersimonmar <unknown>
Fri, 10 May 2002 08:38:53 +0000 (08:38 +0000)
import GHC.Ptr to get the representation of Ptr.  This module should
really be split into compiler-dep and indep. parts.

Foreign/ForeignPtr.hs

index 0d49fbf..9336ec9 100644 (file)
@@ -35,6 +35,7 @@ import Data.Dynamic
 import GHC.Base
 import GHC.IOBase
 import GHC.Num
+import GHC.Ptr ( Ptr(..) )
 import GHC.Err
 #endif