Subscribe to
Posts
Comments

3 Responses to “Unix hacking in Haskell: better pseudoterminal support”

  1. on 19 Mar 2009 at 15:48Kevin Ballard

    This looks useful. Why isn’t it on Hackage?

  2. on 16 Apr 2009 at 12:56Ian Taylor

    This is very useful and I too would like to see it either in the unix package or on hackage.

    Anything I can do to help? Packaging, testing?

  3. on 15 Mar 2010 at 21:54Mathijs Kwik

    This code is quite useful, but both executePseudoTerminal and executePseudoTerminalFD blow up with “hardware fault (Input/output error)” when the child process exits and I try to read more of its output.

    Is it possible to have child-exits just result in a EOF?
    That way hGetContents won’t break.

    Thanks for any help

Leave a Reply