<div dir="ltr">On 6 July 2016 at 18:14, Ben Gamari <span dir="ltr"><<a href="mailto:ben@smart-cactus.org" target="_blank">ben@smart-cactus.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
Alberto Valverde <<a href="mailto:alberto@toscat.net">alberto@toscat.net</a>> writes:<br>
</span><span class=""><br>
> I've hacked around this to test the feasibility of the approach by using<br>
> stdin/stdout instead of creating new pipes and, surprisingly, managed to<br>
> cross-compile a simple Template Haskell program.<br>
><br>
</span>Well done!<span class=""><br></span></blockquote><div><br></div><div>Indeed, nice hacking :)<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
> I'm considering using a socket for communicating between both processes as<br>
> a more permanent solution but this would incur in a dependency on the<br>
> "network" package. Would this be acceptable?<br>
><br>
</span>It would be nice if we could avoid it; GHC depending upon a library has<br>
the very unfortunate effect that any user code also needing to link<br>
against GHC or one of its libraries now has no choice in the version of<br>
that library. We go to some lengths to try to keep the dependency<br>
footprint of GHC small for this reason.<br>
<span class=""><br>
> Named pipes have also crossed my mind but I'm not sure how well they're<br>
> supported by wine.<br>
><br>
</span>It would be great if there were some way we could make this work with<br>
named pipes. Not only does it side-step the dependency issue, but it<br>
feels like the right way forward.<br></blockquote><br></div><div class="gmail_quote">I agree, named pipes are probably a better plan, perhaps a better solution overall than the way we currently pass FD numbers on the command line.  Do named pipes work work as expected through wine?  We would have to be careful to clean them up again afterwards.<br><br></div><div class="gmail_quote">Cheers,<br></div><div class="gmail_quote">Simon<br></div></div></div>