attoparsec-enumerator 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~enumeratorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: enumerator
API changes (from Hackage documentation)
Files
attoparsec-enumerator.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-enumerator-version: 0.1.0.1+version: 0.1.0.2 synopsis: Convert an Attoparsec parser into an iteratee license: MIT license-file: license.txt@@ -20,7 +20,7 @@ base >= 3 && < 5 , attoparsec >= 0.8 && < 0.9 , bytestring >= 0.9 && < 0.10- , enumerator >= 0.1 && < 0.3+ , enumerator >= 0.1 && < 0.4 exposed-modules: Data.Attoparsec.Enumerator