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 there is no way to pass the flags.
I would like to not use LoadLibrary to get every function I need.