
7 Jul
2011
7 Jul
'11
6:27 a.m.
Hello, I would like to know how to change a process name in Haskell. When we are programming in C, we can change it by overriding argv on Unix. But I cannot find the same way to do in Haskell. Can anyone suggest how in Haskell? I'm not talking about the result of System.Environment.getProgName but talking about the process name which we can see by the "ps" command. Thanks. --Kazu