From: simonmar Date: Fri, 10 May 2002 08:38:53 +0000 (+0000) Subject: [project @ 2002-05-10 08:38:53 by simonmar] X-Git-Tag: nhc98-1-18-release~1029 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=28a5a99075af9f093be453996171668ab842a879;p=ghc-base.git [project @ 2002-05-10 08:38:53 by simonmar] import GHC.Ptr to get the representation of Ptr. This module should really be split into compiler-dep and indep. parts. --- diff --git a/Foreign/ForeignPtr.hs b/Foreign/ForeignPtr.hs index 0d49fbf..9336ec9 100644 --- a/Foreign/ForeignPtr.hs +++ b/Foreign/ForeignPtr.hs @@ -35,6 +35,7 @@ import Data.Dynamic import GHC.Base import GHC.IOBase import GHC.Num +import GHC.Ptr ( Ptr(..) ) import GHC.Err #endif