aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Unistd.hsc
diff options
context:
space:
mode:
authorGravatar panne <unknown>2003-08-04 13:26:14 +0000
committerGravatar panne <unknown>2003-08-04 13:26:14 +0000
commitbf0e4e9c23727487befe746b629524f4f19dbf8c (patch)
tree9bc0b435344ed287d1e3d754836bc67ccaf2bba9 /System/Posix/Unistd.hsc
parent839353f2be585186ac82bb6de5c422959418f3c0 (diff)
[project @ 2003-08-04 13:26:12 by panne]
More import tweaking for Haddock
Diffstat (limited to 'System/Posix/Unistd.hsc')
-rw-r--r--System/Posix/Unistd.hsc7
1 files changed, 5 insertions, 2 deletions
diff --git a/System/Posix/Unistd.hsc b/System/Posix/Unistd.hsc
index e36e157..73c689b 100644
--- a/System/Posix/Unistd.hsc
+++ b/System/Posix/Unistd.hsc
@@ -48,8 +48,11 @@ module System.Posix.Unistd (
#include "HsUnix.h"
-import Foreign
-import Foreign.C
+import Foreign.C.Error ( throwErrnoIfMinus1, throwErrnoIfMinus1_ )
+import Foreign.C.String ( peekCString )
+import Foreign.C.Types ( CInt, CUInt, CLong )
+import Foreign.Marshal.Alloc ( allocaBytes )
+import Foreign.Ptr ( Ptr, plusPtr )
import System.Posix.Types
import System.Posix.Internals