[Haskell-cafe] ANN: network 2.8.0.0
evan@evan-borden.com
evan at evanrutledgeborden.dreamhosters.com
Tue Sep 4 22:22:52 UTC 2018
Announcing the release of network 2.8.0.0
http://hackage.haskell.org/package/network-2.8.0.0
Version 2.8.0.0
* Breaking change: PortNumber originally contained Word32 in network
byte order and used "deriving Ord". This results in strange behavior
on the Ord instance. Now PortNumber holds Word32 in host byte order.
[#347](https://github.com/haskell/network/pull/347)
* Breaking change: stopping the export of the PortNum constructor in
PortNumber.
* Use bytestring == 0.10.* only.
* Use base >= 4.7 && < 5.
--
Evan Borden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180904/cc897ad8/attachment.html>
More information about the Haskell-Cafe
mailing list