<div dir="ltr"><div dir="ltr">System.Process only supports, and only can support, things that can reasonably be used or emulated on both Unix and Windows. You may want to look into <a href="https://downloads.haskell.org/~ghc/latest/docs/html/libraries/Win32-2.6.1.0/System-Win32-Process.html">https://downloads.haskell.org/~ghc/latest/docs/html/libraries/Win32-2.6.1.0/System-Win32-Process.html</a> and friends.</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Sep 7, 2018 at 2:36 PM Yotam Ohad <<a href="mailto:yotam2206@gmail.com">yotam2206@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="rtl"><div dir="ltr">Hello cafe,</div><div dir="ltr"><br></div><div dir="ltr">I'm working on a small debugger so I would like to use the winapi CreateProcess function with the appropriate flags for debugging. Unfortunately, it seems that in <a href="http://hackage.haskell.org/package/process-1.6.4.0/docs/System-Process.html#t:CreateProcess" target="_blank">Haskell </a>there is no way to pass the flags.</div><div dir="ltr">I would like to not use LoadLibrary to get every function I need.</div><div dir="ltr"><br></div><div dir="ltr">Thanks<br></div><div dir="ltr">Yotam<br></div></div>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>