aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process.hsc
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2009-07-07 11:59:00 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2009-07-07 11:59:00 +0000
commit5f81299360799b53d583595470c6cad0c44942cd (patch)
treedbb000d20471633d0d76909c9b20c07a65b195ae /System/Posix/Process.hsc
parent872f702e209bcda1e14477efd12ce24a227e2a04 (diff)
Remove unused imports
Diffstat (limited to 'System/Posix/Process.hsc')
-rw-r--r--System/Posix/Process.hsc2
1 files changed, 0 insertions, 2 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index 8e12739..147b508 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -71,9 +71,7 @@ import Foreign.Marshal.Utils ( withMany )
import Foreign.Ptr ( Ptr, nullPtr )
import Foreign.StablePtr ( StablePtr, newStablePtr, freeStablePtr )
import Foreign.Storable ( Storable(..) )
-import System.IO
import System.Exit
-import System.Posix.Error
import System.Posix.Process.Internals
import System.Posix.Types
import Control.Monad