From: Ian Lynagh Date: Wed, 6 Aug 2008 22:54:11 +0000 (+0000) Subject: Remove more redundant GHC.Float imports X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=02728072acf7450611ef8b19047e5b55f8573626;p=ghc-base.git Remove more redundant GHC.Float imports --- diff --git a/Foreign/Storable.hs b/Foreign/Storable.hs index adead2d..dfcafa6 100644 --- a/Foreign/Storable.hs +++ b/Foreign/Storable.hs @@ -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 diff --git a/Foreign/Storable.hs-boot b/Foreign/Storable.hs-boot index f5e71c6..c83715b 100644 --- a/Foreign/Storable.hs-boot +++ b/Foreign/Storable.hs-boot @@ -3,7 +3,7 @@ module Foreign.Storable where -import GHC.Float +import GHC.Base import GHC.Int import GHC.Word diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index 5daf414..4b5c90d 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -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}