input-parsers 0.2.3.1 → 0.2.3.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, text
API changes (from Hackage documentation)
Files
- input-parsers.cabal +3/−3
input-parsers.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: input-parsers-version: 0.2.3.1+version: 0.2.3.2 synopsis: Extension of the parsers library with more capability and efficiency description: Extended version of the parsers library, with the additional classes providing more@@ -37,7 +37,7 @@ Text.Parser.Input.Position, Text.Parser.Wrapper other-modules: Text.Parser.Internal- build-depends: base >=4.9 && <5, bytestring >=0.10 && <0.12, text >=1.2 && <1.3,+ build-depends: base >=4.9 && <5, bytestring >=0.10 && <0.12, text >=1.2 && <2.1, monoid-subclasses >= 1.0 && < 1.2, parsers >= 0.12 && < 0.13, transformers >=0.2 && <0.6 if flag(binary)@@ -45,6 +45,6 @@ if flag(parsec) build-depends: parsec >= 3.1 && < 3.2 if flag(attoparsec)- build-depends: attoparsec >= 0.12.1.4 && < 0.15, bytestring >= 0.9 && < 0.11, text >= 0.1 && < 1.3+ build-depends: attoparsec >= 0.12.1.4 && < 0.15, bytestring >= 0.9 && < 0.12, text >= 0.1 && < 2.1 hs-source-dirs: src default-language: Haskell2010