aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Simon Marlow <marlowsd@gmail.com>2012-10-01 11:48:14 +0100
committerGravatar Simon Marlow <marlowsd@gmail.com>2013-01-25 20:54:39 +0000
commitdc29d55b30d95f0838499fb48217e1d22e39d07d (patch)
tree226fbf943fdaa5209a77adc77295cad87a21ff4b /unix.cabal
parentaf75e09945582b5e3b723f033216936121f3f65e (diff)
Indicate whether a process dumped core in the ProcessStatus
The Bool field of Terminated is new, as is the documentation: data ProcessStatus = Exited ExitCode -- ^ the process exited by calling -- @exit()@ or returning from @main@ | Terminated Signal Bool -- ^ the process was terminated by a -- signal, the @Bool@ is @True@ if a core -- dump was produced | Stopped Signal -- ^ the process was stopped by a signal deriving (Eq, Ord, Show) This is an API change, hence will need a major version bump.
Diffstat (limited to 'unix.cabal')
0 files changed, 0 insertions, 0 deletions