packages feed

incremental-parser 0.2.5.3 → 0.2.5.4

raw patch · 1 files changed

+6/−7 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

incremental-parser.cabal view
@@ -1,5 +1,5 @@ Name:                incremental-parser-Version:             0.2.5.3+Version:             0.2.5.4 Cabal-Version:       >= 1.10 Build-Type:          Simple Synopsis:            Generic parser library capable of providing partial results from partial input.@@ -12,9 +12,9 @@   of the box, as well as any other data type for which the monoid-subclasses package defines instances. If the parser   result is also a monoid, its chunks can be extracted incrementally, before the complete input is parsed.   -License:             GPL+License:             GPL-3 License-file:        LICENSE.txt-Copyright:           (c) 2011-2017 Mario Blazevic+Copyright:           (c) 2011-2018 Mario Blazevic Author:              Mario Blazevic Maintainer:          blamario@yahoo.com Homepage:            https://github.com/blamario/incremental-parser@@ -28,7 +28,7 @@   Exposed-Modules:   Text.ParserCombinators.Incremental,                      Text.ParserCombinators.Incremental.LeftBiasedLocal, Text.ParserCombinators.Incremental.Symmetric,                      Control.Applicative.Monoid-  Build-Depends:     base < 5, monoid-subclasses < 0.5+  Build-Depends:     base < 4.11, monoid-subclasses < 0.5   if impl(ghc >= 7.0.0)      default-language: Haskell2010 @@ -36,14 +36,13 @@   Type:              exitcode-stdio-1.0   x-uses-tf:         true   Default-Language:  Haskell2010-  Build-Depends:     base < 5, monoid-subclasses < 0.5,+  Build-Depends:     base < 4.11, monoid-subclasses < 0.5,                      QuickCheck >= 2 && < 3, checkers >= 0.3.2 && < 0.5,                      tasty >= 0.7 && < 1.1, tasty-quickcheck >= 0.7 && < 1.0   Main-is:           Test/TestIncrementalParser.hs   Other-Modules:     Text.ParserCombinators.Incremental,                      Text.ParserCombinators.Incremental.LeftBiasedLocal, Text.ParserCombinators.Incremental.Symmetric,                      Control.Applicative.Monoid-  default-language:  Haskell2010  benchmark CSV   type: exitcode-stdio-1.0@@ -51,5 +50,5 @@   hs-source-dirs:    Benchmarks   ghc-options:       -O2 -Wall -rtsopts   main-is:           CSV.hs-  Build-Depends:     base < 5, monoid-subclasses < 0.5, incremental-parser,+  Build-Depends:     base < 4.11, monoid-subclasses < 0.5, incremental-parser,                      bytestring >= 0.10.4.0, criterion >= 1.0, deepseq >= 1.1, text >= 1.1.1.0