network v2.8.0.0 Release Notes

Release Date: 2018-09-05 // over 5 years ago
    • ๐Ÿ’ฅ Breaking change: PortNumber originally contained Word16 in network byte order and used "deriving Ord". This results in strange behavior on the Ord instance. Now PortNumber holds Word16 in host byte order. #347
    • ๐Ÿ’ฅ Breaking change: stopping the export of the PortNum constructor in PortNumber.
    • โœ… Use bytestring == 0.10.* only.
    • ๐Ÿ‘‰ Use base >= 4.7 && < 5.