X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign.hs;h=fc2515967c97102be3d3273503e51b3fdfc073c5;hb=1c12fc7d08d35015f32679738cf24f0924933449;hp=e0f9e4c05871fac57a2ae03e57cb67018a5b5c77;hpb=b7b024c10bdf1e3c7c9becf83ebf6e90bee8511f;p=ghc-base.git diff --git a/Foreign.hs b/Foreign.hs index e0f9e4c..fc25159 100644 --- a/Foreign.hs +++ b/Foreign.hs @@ -15,19 +15,21 @@ ----------------------------------------------------------------------------- module Foreign - ( module Data.Int + ( module Data.Bits + , module Data.Int , module Data.Word - , module Foreign.Ptr + , module Foreign.Ptr , module Foreign.ForeignPtr , module Foreign.StablePtr , 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 +import Data.Bits import Data.Int import Data.Word import Foreign.Ptr