attoparsec-enumerator 0.3.1 → 0.3.2
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~attoparsec
Dependency ranges changed: attoparsec
Files
attoparsec-enumerator.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-enumerator-version: 0.3.1+version: 0.3.2 license: MIT license-file: license.txt author: John Millikin <jmillikin@gmail.com>@@ -38,13 +38,13 @@ source-repository head- type: bazaar- location: https://john-millikin.com/branches/attoparsec-enumerator/0.3/+ type: git+ location: https://john-millikin.com/code/attoparsec-enumerator/ source-repository this- type: bazaar- location: https://john-millikin.com/branches/attoparsec-enumerator/0.3/- tag: attoparsec-enumerator_0.3.1+ type: git+ location: https://john-millikin.com/code/attoparsec-enumerator/+ tag: attoparsec-enumerator_0.3.2 library hs-source-dirs: lib@@ -52,7 +52,7 @@ build-depends: base >= 4.0 && < 5.0- , attoparsec >= 0.10 && < 0.11+ , attoparsec >= 0.10 && < 0.12 , bytestring >= 0.9 , enumerator >= 0.4 && < 0.5 , text