packages feed

Cabal revisions of incremental-parser-0.2.1

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

revision 1
 Name:                incremental-parser Version:             0.2.1+x-revision: 1 Cabal-Version:       >= 1.10 Build-Type:          Simple Synopsis:            Generic parser library capable of providing partial results from partial input.                      Text.ParserCombinators.Incremental.LeftBiasedLocal, Text.ParserCombinators.Incremental.Symmetric                      Control.Applicative.Monoid,                      Data.Monoid.Cancellative, Data.Monoid.Factorial, Data.Monoid.Null-  Build-Depends:     base < 5, bytestring >= 0.9 && < 1.0, text >= 0.11.0.1 && < 0.12+  Build-Depends:     base >= 4.5 && < 5, bytestring >= 0.9 && < 0.11, text >= 0.11.0.1 && < 0.12   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, bytestring >= 0.9 && < 1.0, text >= 0.11.0.1 && < 0.12,+  Build-Depends:     base < 5, bytestring >= 0.9 && < 0.11, text >= 0.11.0.1 && < 0.12,                      QuickCheck >= 2 && < 3, checkers >= 0.2 && < 0.3,                      test-framework >= 0.4.1, test-framework-quickcheck2   Main-is:           Test/TestIncrementalParser.hs