aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix.hs
diff options
context:
space:
mode:
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