Cabal revisions of attoparsec-0.11.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: attoparsec version: 0.11.2.1+x-revision: 1 license: BSD3 license-file: LICENSE category: Text, Parsing Default: False library+ -- Semigroup is a superclass of Monoid in base-4.11+ build-depends: base <4.11+ build-depends: array, base >= 3 && < 5, bytestring,
revision 2
name: attoparsec version: 0.11.2.1-x-revision: 1+x-revision: 2 license: BSD3 license-file: LICENSE category: Text, Parsing Default: False library+ build-depends: bytestring <0.11+ -- Semigroup is a superclass of Monoid in base-4.11 build-depends: base <4.11 build-depends: array, base >= 3 && < 5,- bytestring,+ bytestring <0.11, containers, deepseq, text >= 0.11.3.1, build-depends: attoparsec, base >= 4 && < 5,- bytestring,+ bytestring <0.11, QuickCheck >= 2.4, test-framework >= 0.4, test-framework-quickcheck2 >= 0.2, build-depends: attoparsec, base,- bytestring,+ bytestring <0.11, criterion >= 0.5, deepseq >= 1.1, parsec >= 3.1.2,
revision 3
name: attoparsec version: 0.11.2.1-x-revision: 2+x-revision: 3 license: BSD3 license-file: LICENSE category: Text, Parsing Default: False library+ build-depends: text <1.3+ build-depends: bytestring <0.11 -- Semigroup is a superclass of Monoid in base-4.11