X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FStorable.lhs;h=a722873865929329445cef6b7be4bf1d53ad1020;hb=be2750a0a11b919fb03cc070074e430f88bdfa90;hp=aa53236e6713c8a028e99a7d5a1d73e322232585;hpb=fc6c3c6e5a508b74bed8559c2e4ff6bf74b9ae92;p=ghc-base.git diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index aa53236..a722873 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -1,6 +1,7 @@ \begin{code} -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# LANGUAGE NoImplicitPrelude, MagicHash, UnboxedTuples #-} {-# OPTIONS_HADDOCK hide #-} + ----------------------------------------------------------------------------- -- | -- Module : GHC.Storable @@ -55,8 +56,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}