[project @ 2005-01-11 13:20:22 by ross]
[ghc-base.git] / Foreign.hs
index d4bbb3d..fc25159 100644 (file)
@@ -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