network-simple v0.3.0 Release Notes

    • Re-export Network.Socket.close at Network.Simple.TCP, except called closeSock.

    • Re-export Socket, SockAddr, HostName and ServiceName from Network.Socket at Network.Simple.TCP.

    • Generalize the IO monad by using MonadIO and MonadCatch (from the exceptions library).