attoparsec-text-enumerator 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+5/−7 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
attoparsec-text-enumerator.cabal view
@@ -1,6 +1,6 @@ name: attoparsec-text-enumerator-version: 0.2.0.0-synopsis: Convert an attoparsec-text parser into an iteratee+version: 0.2.0.1+synopsis: (deprecated) license: MIT license-file: license.txt author: Felipe Lessa <felipe.lessa@gmail.com>, John Millikin <jmillikin@gmail.com>@@ -14,11 +14,9 @@ -- 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.+ This package has been deprecated. You recommend that you use+ either @attoparsec-enumerator@ or @attoparsec-conduit@+ packages. library