Cabal revisions of attoparsec-0.10.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: attoparsec version: 0.10.4.0+x-revision: 1 license: BSD3 license-file: LICENSE category: Text, Parsing library build-depends: array,- base >= 3 && < 5,+ base >= 3 && < 4.11, bytestring, containers,- deepseq,+ deepseq >= 1.1, text >= 0.11.1.5 exposed-modules: Data.Attoparsec build-depends: attoparsec,- base >= 4 && < 5,+ base >= 4 && < 4.11, bytestring, QuickCheck >= 2.4, test-framework >= 0.4, main-is: Benchmarks.hs build-depends: attoparsec,- base,+ base < 4.11, bytestring, criterion >= 0.5, deepseq >= 1.1,
revision 2
name: attoparsec version: 0.10.4.0-x-revision: 1+x-revision: 2 license: BSD3 license-file: LICENSE category: Text, Parsing Default: False library+ build-depends: bytestring <0.11+ build-depends: array, base >= 3 && < 4.11,- bytestring,+ bytestring <0.11, containers, deepseq >= 1.1, text >= 0.11.1.5 build-depends: attoparsec, base >= 4 && < 4.11,- bytestring,+ bytestring <0.11, QuickCheck >= 2.4, test-framework >= 0.4, test-framework-quickcheck2 >= 0.2, build-depends: attoparsec, base < 4.11,- bytestring,+ bytestring <0.11, criterion >= 0.5, deepseq >= 1.1, parsec >= 3.1.2,