Remove more redundant GHC.Float imports
[ghc-base.git] / Foreign / Storable.hs-boot
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