[Haskell-cafe] how to change a process name

Kazu Yamamoto ( 山本和彦 ) kazu at iij.ad.jp
Thu Jul 7 08:27:35 CEST 2011


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



More information about the Haskell-Cafe mailing list