network-transport 0.5.3 → 0.5.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable
API changes (from Hackage documentation)
Files
- ChangeLog +4/−0
- network-transport.cabal +2/−2
ChangeLog view
@@ -1,3 +1,7 @@+2019-05-12 Facundo Domínguez <facundo.dominguez@tweag.io> 0.5.4++* Fix documentation typo (#39).+ 2019-05-12 Facundo Domínguez <facundo.dominguez@tweag.io> 0.5.3 * Relax upper bound of hashable.
network-transport.cabal view
@@ -1,5 +1,5 @@ Name: network-transport-Version: 0.5.3+Version: 0.5.4 Cabal-Version: >=1.6 Build-Type: Simple License: BSD3@@ -23,7 +23,7 @@ using the 'EndPointAddress' of the remote end. . * The 'EndPointAddress' can be serialised and sent over the- network, where as 'EndPoint's and connections cannot.+ network, whereas 'EndPoint's and connections cannot. . * Connections between 'EndPoint's are unidirectional and lightweight. .