packages feed

incremental-parser 0.2.3 → 0.2.3.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~checkersdep ~monoid-subclassesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: checkers, monoid-subclasses

API changes (from Hackage documentation)

Files

incremental-parser.cabal view
@@ -1,5 +1,5 @@ Name:                incremental-parser-Version:             0.2.3+Version:             0.2.3.1 Cabal-Version:       >= 1.10 Build-Type:          Simple Synopsis:            Generic parser library capable of providing partial results from partial input.@@ -33,8 +33,8 @@ test-suite Main   Type:            exitcode-stdio-1.0   x-uses-tf:       true-  Build-Depends:     base < 5, monoid-subclasses < 0.3,-                     QuickCheck >= 2 && < 3, checkers >= 0.2 && < 0.3,+  Build-Depends:     base < 5, monoid-subclasses < 0.4,+                     QuickCheck >= 2 && < 3, checkers >= 0.2 && < 0.4,                      test-framework >= 0.4.1, test-framework-quickcheck2   Main-is:           Test/TestIncrementalParser.hs   Other-Modules:     Text.ParserCombinators.Incremental,