Cabal revisions of attoparsec-0.10.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: attoparsec version: 0.10.0.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 extensions: CPP build-depends: attoparsec,- base >= 4 && < 5,+ base >= 4 && < 4.11, bytestring, QuickCheck >= 2.4, test-framework >= 0.4,
revision 2
name: attoparsec version: 0.10.0.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,