[Haskell-cafe] ANN: network-2.2.3, merger with network-bytestring

Johan Tibell johan.tibell at gmail.com
Sun Oct 31 11:14:00 EDT 2010


Hi all,

I like to announce a new version of the network package,
network-2.2.3. You can install the latest version by running:

    cabal update && cabal install network

This version marks the end of the network-bytestring package, which
has now been merged into the network package. This means that
efficient and correct networking using ByteStrings is available as
part of the standard network package.

As part of the merger, two new modules have been added:
Network.Socket.ByteString and Network.Socket.ByteString.lAzy

This release is backwards compatible with the previous release.

Johan


More information about the Haskell-Cafe mailing list