aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process.hsc
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2011-10-21 00:52:38 +0100
committerGravatar Ian Lynagh <igloo@earth.li>2011-10-21 00:52:38 +0100
commit4bf53dbed1933ccc68c9e4e295382c4cdfc1c082 (patch)
tree20c25990b5e124a24b213251a794af853e715823 /System/Posix/Process.hsc
parentcd4fb516eff8e407cce2253dada61100eea500c1 (diff)
Follow change to FFI decls: Import constructors of newtypes
Diffstat (limited to 'System/Posix/Process.hsc')
-rw-r--r--System/Posix/Process.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index 99c3962..57779ce 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -72,7 +72,7 @@ module System.Posix.Process (
import Foreign.C.Error
import Foreign.C.String
-import Foreign.C.Types ( CInt, CClock )
+import Foreign.C.Types
import Foreign.Marshal.Alloc ( alloca, allocaBytes )
import Foreign.Marshal.Array ( withArray0 )
import Foreign.Marshal.Utils ( withMany )