From 9910e0d091a9c1cd204893bdb793e22d3d03aebe Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 3 Jun 2003 14:01:38 +0000 Subject: [project @ 2003-06-03 14:01:38 by simonmar] Hook up System.Posix.Temp. --- System/Posix.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'System/Posix.hs') diff --git a/System/Posix.hs b/System/Posix.hs index 5ba11aa..78aa15a 100644 --- a/System/Posix.hs +++ b/System/Posix.hs @@ -21,6 +21,7 @@ module System.Posix ( module System.Posix.IO, module System.Posix.Env, module System.Posix.Process, + module System.Posix.Temp, module System.Posix.Terminal, module System.Posix.Time, module System.Posix.User, @@ -35,6 +36,7 @@ import System.Posix.Unistd import System.Posix.Process import System.Posix.IO import System.Posix.Env +import System.Posix.Temp import System.Posix.Terminal import System.Posix.Time import System.Posix.User @@ -86,6 +88,7 @@ utime.h System.Posix.Files pwd.h System.Posix.User grp.h System.Posix.User stdlib.h: System.Posix.Env (getenv()/setenv()/unsetenv()) + System.Posix.Temp (mkstemp()) sys/resource.h: System.Posix.Resource (get/setrlimit() only) network package: -- cgit v1.2.3