Add another Data.List.intersect example from Christian Maeder
[ghc-base.git] / Foreign / Storable.hs-boot
index 35374b5..c83715b 100644 (file)
@@ -1,9 +1,9 @@
 
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module Foreign.Storable where
 
-import GHC.Float
+import GHC.Base
 import GHC.Int
 import GHC.Word