X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FStorable.lhs;h=7e3c7da6fb9c966c77592a43105e44f2c08a1640;hb=9a51302e229db4a6432ae15b346b0ea0248a6e8f;hp=6bd420e4a411ecac4d3547aab63fcac2cd342b40;hpb=2cbb22c51e493dfe294bc042af94e25380b9e1ba;p=ghc-base.git diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index 6bd420e..7e3c7da 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -1,5 +1,5 @@ \begin{code} -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : GHC.Storable @@ -10,7 +10,7 @@ -- Stability : internal -- Portability : non-portable (GHC Extensions) -- --- The 'Storable' class. +-- Helper functions for "Foreign.Storable" -- ----------------------------------------------------------------------------- @@ -59,8 +59,6 @@ import GHC.IOBase import GHC.Base \end{code} -Helper functions for Foreign.Storable - \begin{code} readWideCharOffPtr :: Ptr Char -> Int -> IO Char