name: network-enumerator version: 0.1.2 synopsis: Enumerators for network sockets license: MIT license-file: license.txt author: John Millikin maintainer: jmillikin@gmail.com copyright: Copyright (c) John Millikin 2010 build-type: Simple cabal-version: >=1.6 category: Data, Enumerator stability: experimental homepage: http://john-millikin.com/software/network-enumerator/ bug-reports: mailto:jmillikin@gmail.com tested-with: GHC==6.12.1 source-repository head type: bazaar location: http://john-millikin.com/software/network-enumerator/ flag network-includes-bytestring library ghc-options: -Wall build-depends: base >= 4 && < 5 , transformers >= 0.2 && < 0.3 , bytestring >= 0.9 && < 0.10 , enumerator >= 0.4 && < 0.5 if flag(network-includes-bytestring) build-depends: network >= 2.3 && < 2.4 else build-depends: network >= 2.2 && < 2.3 , network-bytestring >= 0.1.2 && < 0.2 exposed-modules: Network.Socket.Enumerator