Re: [Haskell-cafe] ANN: network-bytestring 0.1.2

2009-04-09 Thread Thomas DuBuisson
Johan, This doesn't build for me on ghc-6.10.2. It looks like an internal part of the network library changed, but I didn't give it much thought. Thomas [...@mavlo network-data]$ cabal install network-bytestring Resolving dependencies... [1 of 1] Compiling Main ( /tmp/network-bytest

[Haskell-cafe] ANN: network-bytestring 0.1.2

2009-04-05 Thread Johan Tibell
I am pleased to announce a new release of network-bytestring, a Haskell library for fast socket I/O using ByteStrings. New in this release is support for scatter/gather I/O (also known as vectored I/O). Scatter/gather I/O provides more efficient I/O by using one system call to send several separat