[project @ 2001-09-13 11:37:43 by simonmar]
authorsimonmar <unknown>
Thu, 13 Sep 2001 11:37:43 +0000 (11:37 +0000)
committersimonmar <unknown>
Thu, 13 Sep 2001 11:37:43 +0000 (11:37 +0000)
remove a couple of unused imports

Foreign/C/String.hs

index cea82e2..00344db 100644 (file)
@@ -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