packages feed

attoparsec-enumerator 0.1 → 0.1.0.1

raw patch · 1 files changed

+4/−11 lines, 1 filesdep −extensible-exceptionsdep ~basedep ~enumeratorPVP ok

version bump matches the API change (PVP)

Dependencies removed: extensible-exceptions

Dependency ranges changed: base, enumerator

API changes (from Hackage documentation)

Files

attoparsec-enumerator.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-enumerator-version: 0.1+version: 0.1.0.1 synopsis: Convert an Attoparsec parser into an iteratee license: MIT license-file: license.txt@@ -17,17 +17,10 @@   ghc-options: -Wall -fno-warn-unused-do-bind    build-depends:-      attoparsec >= 0.8 && < 0.9+      base >= 3 && < 5+    , attoparsec >= 0.8 && < 0.9     , bytestring >= 0.9 && < 0.10-    , enumerator >= 0.1 && < 0.2--  if impl(ghc >= 6.10)-    build-depends:-        base >=4 && < 5-  else-    build-depends:-        base >=3 && < 4-      , extensible-exceptions+    , enumerator >= 0.1 && < 0.3    exposed-modules:     Data.Attoparsec.Enumerator