mark System.IO.openTempFile as non-portable in haddocks
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Thu, 12 Apr 2007 13:53:59 +0000 (13:53 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Thu, 12 Apr 2007 13:53:59 +0000 (13:53 +0000)
System/IO.hs

index cebaa98..0179d8d 100644 (file)
@@ -155,7 +155,7 @@ module System.IO (
     hGetBufNonBlocking,               -- :: Handle -> Ptr a -> Int -> IO Int
 #endif
 
-    -- * Temporary files
+    -- * Temporary files (not portable: GHC only)
 
 #ifdef __GLASGOW_HASKELL__
     openTempFile,