Changelog History
Page 1
-
v0.6.5 Changes
May 16, 2018โ Remover upper bound on all dependencies except
base
.๐ Fixed internal error handling in server-side functions.
Re-export
MonadSafe
.
-
v0.6.4 Changes
July 29, 2014The various
fromServe
andtoServe*
pipes fromPipes.Network.TCP.Safe
now close the listening socket immediately after accepting a first connection.Re-export
sendLazy
,sendMany
andcloseSock
.โ Add
to{Socket,SocketTimeout,Serve,Connect}{Lazy,Many}
.๐ Fix issue #29 where
fromSocketTimeout
andfromSocketTimeoutN
would loop forever.
-
v0.6.4.1 Changes
July 20, 2016- Raise upper-bound dependency on
transformers
andpipes
.
- Raise upper-bound dependency on
-
v0.6.3 Changes
May 18, 2014โฌ๏ธ Bump
network-simple
,transformers
andpipes-safe
upper bounds.โ Remove
Base m ~ IO
constraints fromPipes.Network.TCP.Safe
, as not all of them were removed in 0.6.1.
-
v0.6.2 Changes
February 02, 2014- Dependency bumps (upper bounds).
-
v0.6.1 Changes
November 24, 2013- โ Remove the
Base m ~ IO
constraint fromPipes.Network.TCP.Safe
- โ Remove the
-
v0.6.0 Changes
September 07, 2013โฌ๏ธ Significantly upgraded the API and renamed functions to play well with pipes-4.0.0, pipes-safe-2.0.0 and network-simple-0.3.0.
โฑ Throw
IOError
inIO
in order to report timeout errors. Delete theTimeout
data-type.
-
v0.5.1.0 Changes
June 16, 2013Re-export
Network.Socket.withSocketsDo
.๐ Use TCP
send
andrecv
as eported by network-simple-0.2.1.0.
-
v0.5.0.0 Changes
May 24, 2013- โ Removed
Control.Proxy.TCP.Sync
andControl.Proxy.TCP.Safe.Sync
.
- โ Removed
-
v0.4.0.2
May 24, 2013