Add a note about the interruptibility of throwTo.
[ghc-base.git] / Foreign.hs
index fc25159..622ec93 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Foreign
@@ -18,7 +18,7 @@ module Foreign
         ( module Data.Bits
         , module Data.Int
         , module Data.Word
-       , module Foreign.Ptr
+        , module Foreign.Ptr
         , module Foreign.ForeignPtr
         , module Foreign.StablePtr
         , module Foreign.Storable