X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign.hs;h=9fef16ff079b177dec0734a37cb4beceeaf28f08;hb=b210a9e5938f1829c293c8685b285a830051708c;hp=d4bbb3d70318165f8d533f072aa20c72fb0b5b82;hpb=5fe27e4880c4f643dd9a3915c02fe0f51226870e;p=ghc-base.git diff --git a/Foreign.hs b/Foreign.hs index d4bbb3d..9fef16f 100644 --- a/Foreign.hs +++ b/Foreign.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : Foreign @@ -24,8 +24,8 @@ module Foreign , module Foreign.Storable , module Foreign.Marshal - -- For compatibility with the FFI addendum only. The recommended - -- place to get this from is System.IO.Unsafe. + -- | For compatibility with the FFI addendum only. The recommended + -- place to get this from is "System.IO.Unsafe". , unsafePerformIO ) where