From 2cbb22c51e493dfe294bc042af94e25380b9e1ba Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 4 Sep 2002 15:52:20 +0000 Subject: [PATCH] [project @ 2002-09-04 15:52:20 by simonmar] Remove some unnecessary imports --- GHC/Storable.lhs | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 1.7.10.4