aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix.hs
diff options
context:
space:
mode:
authorGravatar Simon Marlow <simonmar@microsoft.com>2008-05-08 11:43:48 +0000
committerGravatar Simon Marlow <simonmar@microsoft.com>2008-05-08 11:43:48 +0000
commit9d73d3b6cc38eb65901d89e964306a6e0ba4ab6e (patch)
tree1449d8f2a55295415a6c5277de9acccbfafe821d /System/Posix.hs
parente89d3e4df1778d4b4e7e6701a5e9950519f56018 (diff)
small doc tweak
Diffstat (limited to 'System/Posix.hs')
-rw-r--r--System/Posix.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/System/Posix.hs b/System/Posix.hs
index a1736a5..40fb85d 100644
--- a/System/Posix.hs
+++ b/System/Posix.hs
@@ -70,17 +70,13 @@ Exceptions are listed where appropriate.
Interfaces supported
--------------------
-base package:
-
-regex.h Text.Regex.Posix
-signal.h System.Posix.Signals
-
unix package:
dirent.h System.Posix.Directory
dlfcn.h System.Posix.DynamicLinker
errno.h Foreign.C.Error
fcntl.h System.Posix.IO
+signal.h System.Posix.Signals
sys/stat.h System.Posix.Files
sys/times.h System.Posix.Process
sys/types.h System.Posix.Types (with exceptions...)
@@ -95,6 +91,10 @@ stdlib.h: System.Posix.Env (getenv()/setenv()/unsetenv())
System.Posix.Temp (mkstemp())
sys/resource.h: System.Posix.Resource (get/setrlimit() only)
+regex-posix package:
+
+regex.h Text.Regex.Posix
+
network package:
arpa/inet.h