[Haskell-cafe] Running a "sub-process" which dies with the main program

Deniz Dogan deniz.a.m.dogan at gmail.com
Thu Jun 18 15:56:50 EDT 2009


Hi

I couldn't come up with a better subject than this one, so anyways...

I have a small program which spawns a subprocess. However, when I hit
C-c, the subprocess won't die, instead it will just keep running until
it's done or until I kill it. I've looked around in System.Process for
something suitable for my needs, but I can't seem to find it. Any
ideas?

-- 
Deniz Dogan


More information about the Haskell-Cafe mailing list