[project @ 2005-01-11 13:20:22 by ross]
[haskell-directory.git] / System / IO.hs
index b47bb42..729806f 100644 (file)
@@ -155,6 +155,13 @@ module System.IO (
     hGetBufNonBlocking,               -- :: Handle -> Ptr a -> Int -> IO Int
 #endif
 
+    -- * Temporary files
+
+#ifdef __GLASGOW_HASKELL__
+    openTempFile,
+    openBinaryTempFile,
+#endif
+
     module System.IO.Error,
   ) where