packages feed

attoparsec-enumerator 0.3.3 → 0.3.4

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~attoparsecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: attoparsec

API changes (from Hackage documentation)

Files

attoparsec-enumerator.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-enumerator-version: 0.3.3+version: 0.3.4 license: MIT license-file: license.txt author: John Millikin <jmillikin@gmail.com>@@ -44,7 +44,7 @@ source-repository this   type: git   location: https://john-millikin.com/code/attoparsec-enumerator/-  tag: attoparsec-enumerator_0.3.3+  tag: attoparsec-enumerator_0.3.4  library   hs-source-dirs: lib@@ -52,7 +52,7 @@    build-depends:       base >= 4.0 && < 5.0-    , attoparsec >= 0.10 && < 0.13+    , attoparsec >= 0.10 && < 0.14     , bytestring >= 0.9     , enumerator >= 0.4 && < 0.5     , text