All Versions
18
Latest Version
Avg Release Cycle
151 days
Latest Release
-

Changelog History
Page 2

  • v0.4.0.1 Changes

    July 29, 2014
    • โž• Add sendLazy and sendMany to Network.Simple.TCP.
  • v0.3.1 Changes

    • โฌ†๏ธ Bumped upper-bounds on exceptions dependency.
  • v0.3.0 Changes

    • 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).

  • v0.2.1.0 Changes

    • Export send and recv from Network.Simple.TCP.

    • Re-export Network.Socket.withSocketsDo from Network.Simple.TCP.

  • v0.2.0.1 Changes

    • ๐Ÿ›  FIX: acceptFork now properly closes the connection socket, even in case of asynchronous exceptions.
  • v0.2.0.0 Changes

    • Network.Simple.TCP.serveFork was renamed to serve, and the previous function named serve was removed.
  • v0.1.0.1 Changes

    • ๐Ÿ›  Fixed typos, including the maintainer email.
  • v0.1.0.0 Changes

    • ๐Ÿš€ First release.