All Versions
18
Latest Version
Avg Release Cycle
151 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.4.0.1 Changes
July 29, 2014- โ Add
sendLazy
andsendMany
toNetwork.Simple.TCP
.
- โ Add
-
v0.3.1 Changes
- โฌ๏ธ Bumped upper-bounds on
exceptions
dependency.
- โฌ๏ธ Bumped upper-bounds on
-
v0.3.0 Changes
Re-export
Network.Socket.close
atNetwork.Simple.TCP
, except calledcloseSock
.Re-export
Socket
,SockAddr
,HostName
andServiceName
fromNetwork.Socket
atNetwork.Simple.TCP
.Generalize the
IO
monad by usingMonadIO
andMonadCatch
(from theexceptions
library).
-
v0.2.1.0 Changes
Export
send
andrecv
fromNetwork.Simple.TCP
.Re-export
Network.Socket.withSocketsDo
fromNetwork.Simple.TCP
.
-
v0.2.0.1 Changes
- ๐ FIX:
acceptFork
now properly closes the connection socket, even in case of asynchronous exceptions.
- ๐ FIX:
-
v0.2.0.0 Changes
Network.Simple.TCP.serveFork
was renamed toserve
, and the previous function namedserve
was removed.
-
v0.1.0.1 Changes
- ๐ Fixed typos, including the maintainer email.
-
v0.1.0.0 Changes
- ๐ First release.