netlines-0.3.0: netlines.cabal
Name: netlines
Version: 0.3.0
Category: Network
Synopsis: Enumerator tools for text-based network protocols
Maintainer: Ertugrul Söylemez <es@ertes.de>
Author: Ertugrul Söylemez <es@ertes.de>
Copyright: (c) 2010 Ertugrul Söylemez
License: BSD3
License-file: LICENSE
Build-type: Simple
Stability: beta
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. in
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:
Data.Enumerator.NetLines
-- Executable netlines-test
-- Build-depends:
-- base >= 4 && < 5
-- GHC-Options: -W
-- Main-is: Test.hs