incremental-parser 0.2.5.1 → 0.2.5.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty
API changes (from Hackage documentation)
Files
- incremental-parser.cabal +3/−3
incremental-parser.cabal view
@@ -1,5 +1,5 @@ Name: incremental-parser-Version: 0.2.5.1+Version: 0.2.5.2 Cabal-Version: >= 1.10 Build-Type: Simple Synopsis: Generic parser library capable of providing partial results from partial input.@@ -14,7 +14,7 @@ License: GPL License-file: LICENSE.txt-Copyright: (c) 2011-2016 Mario Blazevic+Copyright: (c) 2011-2017 Mario Blazevic Author: Mario Blazevic Maintainer: blamario@yahoo.com Homepage: https://github.com/blamario/incremental-parser@@ -38,7 +38,7 @@ Default-Language: Haskell2010 Build-Depends: base < 5, monoid-subclasses < 0.5, QuickCheck >= 2 && < 3, checkers >= 0.3.2 && < 0.5,- tasty >= 0.7 && < 0.12, tasty-quickcheck >= 0.7 && < 1.0+ tasty >= 0.7 && < 0.13, tasty-quickcheck >= 0.7 && < 1.0 Main-is: Test/TestIncrementalParser.hs Other-Modules: Text.ParserCombinators.Incremental, Text.ParserCombinators.Incremental.LeftBiasedLocal, Text.ParserCombinators.Incremental.Symmetric,