X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=GHC%2FStorable.lhs;h=982230c92156f2db12f627c91a26ca301b2892d1;hb=487b9d4571a847ee0273b4627aaa135c46a51b8d;hp=aa53236e6713c8a028e99a7d5a1d73e322232585;hpb=fc6c3c6e5a508b74bed8559c2e4ff6bf74b9ae92;p=ghc-base.git diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index aa53236..982230c 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -1,5 +1,5 @@ \begin{code} -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# OPTIONS_GHC -XNoImplicitPrelude #-} {-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- -- | @@ -55,8 +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}