From 4b26136ab82fb1ff12e49477c4833a9586d368c5 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Thu, 12 Apr 2007 13:53:59 +0000 Subject: [PATCH] mark System.IO.openTempFile as non-portable in haddocks --- System/IO.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4