From 28a5a99075af9f093be453996171668ab842a879 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 10 May 2002 08:38:53 +0000 Subject: [PATCH] [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. --- Foreign/ForeignPtr.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4