Remove more redundant GHC.Float imports
authorIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 22:54:11 +0000 (22:54 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 22:54:11 +0000 (22:54 +0000)
Foreign/Storable.hs
Foreign/Storable.hs-boot
GHC/Storable.lhs

index adead2d..dfcafa6 100644 (file)
@@ -46,7 +46,6 @@ import GHC.Num
 import GHC.Int
 import GHC.Word
 import GHC.Ptr
-import GHC.Float
 import GHC.Err
 import GHC.IOBase
 import GHC.Base
index f5e71c6..c83715b 100644 (file)
@@ -3,7 +3,7 @@
 
 module Foreign.Storable where
 
-import GHC.Float
+import GHC.Base
 import GHC.Int
 import GHC.Word
 
index 5daf414..4b5c90d 100644 (file)
@@ -55,7 +55,6 @@ import GHC.Stable       ( StablePtr(..) )
 import GHC.Int
 import GHC.Word
 import GHC.Ptr
-import GHC.Float
 import GHC.IOBase
 import GHC.Base
 \end{code}