name: attoparsec-text-enumerator
version: 0.2.0.0
synopsis: Convert an attoparsec-text parser into an iteratee
license: MIT
license-file: license.txt
author: Felipe Lessa <felipe.lessa@gmail.com>, John Millikin <jmillikin@gmail.com>
maintainer: Felipe Lessa <felipe.lessa@gmail.com>
copyright: Copyright (c) Felipe Lessa 2010, John Millikin 2010
build-type: Simple
cabal-version: >=1.6
category: Text, Parsing, Enumerator
stability: experimental
-- bug-reports: mailto:jmillikin@gmail.com
-- homepage: http://john-millikin.com/software/attoparsec-enumerator/
tested-with: GHC==6.12.1
description:
Convert an attoparsec-text parser into an iteratee.
.
This library is basically a translation of the original
attoparsec-enumerator library to use text instead of
bytestrings.
library
if true
ghc-options: -Wall
if impl(ghc >= 6.11)
ghc-options: -fno-warn-unused-do-bind
build-depends:
base >= 3 && < 5
, attoparsec-text >= 0.8 && < 0.9
, text >= 0.10 && < 0.12
, enumerator >= 0.4 && < 0.5
exposed-modules:
Data.Attoparsec.Text.Enumerator