packages feed

Cabal revisions of incremental-parser-0.2.3.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:                incremental-parser Version:             0.2.3.4+x-revision: 1 Cabal-Version:       >= 1.10 Build-Type:          Simple Synopsis:            Generic parser library capable of providing partial results from partial input.   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.5 && < 4.11, monoid-subclasses < 0.5   GHC-prof-options:  -auto-all   if impl(ghc >= 7.0.0)      default-language: Haskell2010 test-suite Main   Type:            exitcode-stdio-1.0   x-uses-tf:       true-  Build-Depends:     base < 5, monoid-subclasses < 0.5,+  Build-Depends:     base >= 4.5 && < 4.11, monoid-subclasses < 0.5,                      QuickCheck >= 2 && < 3, checkers >= 0.3.2 && < 0.5,                      tasty >= 0.7, tasty-quickcheck >= 0.7   Main-is:           Test/TestIncrementalParser.hs