From: simonmar Date: Wed, 27 Feb 2002 14:31:44 +0000 (+0000) Subject: [project @ 2002-02-27 14:31:44 by simonmar] X-Git-Tag: nhc98-1-18-release~1098 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=efe463cd65059c7e669a1c6fd553b3550aeccdd0;p=haskell-directory.git [project @ 2002-02-27 14:31:44 by simonmar] remove unnecessary import of GHC.Prim --- 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