Name: netlines Version: 0.1.0 Category: Network Synopsis: Enumerator tools for text-based network protocols Maintainer: Ertugrul Söylemez Author: Ertugrul Söylemez Copyright: (c) 2010 Ertugrul Söylemez License: BSD3 License-file: LICENSE Build-type: Simple Stability: experimental Cabal-version: >= 1.6 Description: Enumerator tools for text-based network protocols. This includes, among other things, an enumeratee to split an incoming ByteString stream to a length-limited line stream in a safe manner (i.e. constant space). Library Build-depends: base >= 4 && <= 5, bytestring >= 0.9.1.7, contstuff >= 1.2.4, enumerator >= 0.4.7 GHC-Options: -W Exposed-modules: Network.NetLines