packages feed

incremental-parser 0.5.0.1 → 0.5.0.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~input-parsersdep ~monoid-subclassesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: input-parsers, monoid-subclasses

API changes (from Hackage documentation)

Files

incremental-parser.cabal view
@@ -1,5 +1,5 @@ Name:                incremental-parser-Version:             0.5.0.1+Version:             0.5.0.2 Cabal-Version:       >= 1.10 Build-Type:          Simple Synopsis:            Generic parser library capable of providing partial results from partial input.@@ -30,7 +30,7 @@                      Text.ParserCombinators.Incremental.LeftBiasedLocal, Text.ParserCombinators.Incremental.Symmetric,                      Control.Applicative.Monoid   Build-Depends:     base >= 4.9 && < 5, transformers >= 0.5 && < 0.6, parsers < 0.13,-                     monoid-subclasses < 1.1, rank2classes >= 1.0 && < 1.5, input-parsers < 0.2+                     monoid-subclasses < 1.2, rank2classes >= 1.0 && < 1.5, input-parsers < 0.3   ghc-options:       -Wall   if impl(ghc >= 7.0.0)      default-language: Haskell2010@@ -39,7 +39,7 @@   Type:              exitcode-stdio-1.0   x-uses-tf:         true   Default-Language:  Haskell2010-  Build-Depends:     base < 5, incremental-parser, monoid-subclasses < 1.1,+  Build-Depends:     base < 5, incremental-parser, monoid-subclasses < 1.2,                      QuickCheck >= 2 && < 3, checkers >= 0.3.2 && < 0.6,                      tasty >= 0.7 && < 1.5, tasty-quickcheck >= 0.7 && < 1.0   Main-is:           Test/TestIncrementalParser.hs@@ -50,5 +50,5 @@   hs-source-dirs:    Benchmarks   ghc-options:       -O2 -Wall -rtsopts   main-is:           CSV.hs-  Build-Depends:     base < 5, incremental-parser, monoid-subclasses < 1.1,+  Build-Depends:     base < 5, incremental-parser, monoid-subclasses < 1.2,                      bytestring >= 0.10.4.0, criterion >= 1.0, deepseq >= 1.1, text >= 1.1.1.0