aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix.hs
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2003-06-03 14:01:38 +0000
committerGravatar simonmar <unknown>2003-06-03 14:01:38 +0000
commit9910e0d091a9c1cd204893bdb793e22d3d03aebe (patch)
tree1f06e1471097ce2cff58151f8ecc6eb9c8b5abef /System/Posix.hs
parent9c72c9d8d9261f9b17192cf5bf1e706f40130453 (diff)
[project @ 2003-06-03 14:01:38 by simonmar]
Hook up System.Posix.Temp.
Diffstat (limited to 'System/Posix.hs')
-rw-r--r--System/Posix.hs3
1 files changed, 3 insertions, 0 deletions
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: