
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
https://downloads.haskell.org/~ghc/latest/docs/html/libraries/Win32-2.6.1.0/...
and friends.
On Fri, Sep 7, 2018 at 2:36 PM Yotam Ohad
Hello cafe,
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 Haskell http://hackage.haskell.org/package/process-1.6.4.0/docs/System-Process.html#...there is no way to pass the flags. I would like to not use LoadLibrary to get every function I need.
Thanks Yotam _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
-- brandon s allbery kf8nh allbery.b@gmail.com