I am on a haskell platform, GHC 6.12.1, as apt-get installed on Debian Squeeze. How can I get a basic error from an IOError, given that I need it in another thread, from where it was originally created?
I need this because I am implementing a network protocol that provides the actual errno value to the wire. Do I need to restore it?
io haskell ghc errno
regularfry
source share