From: simonmar Date: Thu, 13 Sep 2001 11:37:43 +0000 (+0000) Subject: [project @ 2001-09-13 11:37:43 by simonmar] X-Git-Tag: nhc98-1-18-release~1169 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c28a4785a177fe42d0590b30637259d68204c1ab;p=ghc-base.git [project @ 2001-09-13 11:37:43 by simonmar] remove a couple of unused imports --- diff --git a/Foreign/C/String.hs b/Foreign/C/String.hs index cea82e2..00344db 100644 --- a/Foreign/C/String.hs +++ b/Foreign/C/String.hs @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: String.hs,v 1.3 2001/08/17 12:50:34 simonmar Exp $ +-- $Id: String.hs,v 1.4 2001/09/13 11:37:43 simonmar Exp $ -- -- Utilities for primitive marshaling -- @@ -49,8 +49,6 @@ import Foreign.Ptr import Data.Word #ifdef __GLASGOW_HASKELL__ -import GHC.ByteArr -import GHC.Pack import GHC.List import GHC.Real import GHC.Num