From: Malcolm.Wallace@cs.york.ac.uk Date: Thu, 12 Apr 2007 13:53:59 +0000 (+0000) Subject: mark System.IO.openTempFile as non-portable in haddocks X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=4b26136ab82fb1ff12e49477c4833a9586d368c5 mark System.IO.openTempFile as non-portable in haddocks --- diff --git a/System/IO.hs b/System/IO.hs index cebaa98..0179d8d 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -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,