Cabal revisions of network-bytestring-0.1.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: network-bytestring version: 0.1.1.2+x-revision: 1 synopsis: Fast and memory efficient low-level networking description: Faster and more memory efficient low-level socket functions using 'Data.ByteString's instead of exposed-modules: Network.Socket.ByteString if flag(split-base)- build-depends: base >= 3, bytestring+ build-depends: base >= 3 && < 4, bytestring else build-depends: base < 3 build-depends: HUnit, network