From efe463cd65059c7e669a1c6fd553b3550aeccdd0 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 27 Feb 2002 14:31:44 +0000 Subject: [PATCH] [project @ 2002-02-27 14:31:44 by simonmar] remove unnecessary import of GHC.Prim --- Foreign/Ptr.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Foreign/Ptr.hs b/Foreign/Ptr.hs index bc8d42e..9d7416c 100644 --- a/Foreign/Ptr.hs +++ b/Foreign/Ptr.hs @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Ptr.hs,v 1.3 2002/02/11 16:11:38 simonmar Exp $ +-- $Id: Ptr.hs,v 1.4 2002/02/27 14:31:44 simonmar Exp $ -- -- Pointer types. -- @@ -46,7 +46,6 @@ import Data.Dynamic import GHC.Ptr import GHC.IOBase import GHC.Err -import GHC.Prim import GHC.Base import GHC.Num import GHC.List -- 1.7.10.4