From: simonmar Date: Wed, 4 Sep 2002 15:52:20 +0000 (+0000) Subject: [project @ 2002-09-04 15:52:20 by simonmar] X-Git-Tag: nhc98-1-18-release~876 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2cbb22c51e493dfe294bc042af94e25380b9e1ba;p=ghc-base.git [project @ 2002-09-04 15:52:20 by simonmar] Remove some unnecessary imports --- diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index f997671..6bd420e 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -48,25 +48,15 @@ module GHC.Storable , writeWord32OffPtr , writeWord64OffPtr ) where -\end{code} - -\begin{code} -import Control.Monad ( liftM ) -import Foreign.C.Types -import Foreign.C.TypesISO -#ifdef __GLASGOW_HASKELL__ import GHC.Stable ( StablePtr ) -import GHC.Num import GHC.Int import GHC.Word import GHC.Stable import GHC.Ptr import GHC.Float -import GHC.Err import GHC.IOBase import GHC.Base -#endif \end{code} Helper functions for Foreign.Storable