Re: [GHC] #7229: Detecting if a process was killed by a signal is impossible

#7229: Detecting if a process was killed by a signal is impossible --------------------------------------+------------------------------------ Reporter: benmachine | Owner: Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: libraries/process | Version: Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: --------------------------------------+------------------------------------ Comment (by hvr): Replying to [comment:11 simonmar]:
We would have to move the existing `ExitCode` datatype into the `haskell2010` package, and do the corresponding refactorings.
...what's exactly involved here? Does this mean, that `haskell2010` (as well as `haskell98`) gets a //distinct// `System.Exit.ExitCode` type (but with the same name) as the one remaining in `base`? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/7229#comment:21 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC