aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process/Internals.hs
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2009-03-04 16:25:31 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2009-03-04 16:25:31 +0000
commitefab92e400705020e9fa0845b9f1a701b67346fe (patch)
treec5a1f756ffcf30ef5ab261e9cc117a2a5d69237d /System/Posix/Process/Internals.hs
parenta3dd4192dc2989649814604533da1e0541d58c77 (diff)
Remove an incorrect comment
Diffstat (limited to 'System/Posix/Process/Internals.hs')
-rw-r--r--System/Posix/Process/Internals.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/System/Posix/Process/Internals.hs b/System/Posix/Process/Internals.hs
index deb1992..f4c1554 100644
--- a/System/Posix/Process/Internals.hs
+++ b/System/Posix/Process/Internals.hs
@@ -9,8 +9,6 @@ import System.Exit
import System.IO.Error
import GHC.Conc (Signal)
--- we had to move this into GHC.Conc in GHC to avoid recursive dependencies.
--- it can be moved back when the signal handling stuff in base is moved out.
data ProcessStatus = Exited ExitCode
| Terminated Signal
| Stopped Signal