Cabal revisions of attoparsec-0.8.5.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: attoparsec version: 0.8.5.3+x-revision: 1 license: BSD3 license-file: LICENSE category: Text, Parsing build-depends: base < 2.0 || >= 3, bytestring >= 0.9, containers >= 0.1.0.1 if flag(applicative-in-base)- build-depends: base >= 2.0 && < 5.0+ build-depends: base >= 2.0 && < 4.11 cpp-options: -DAPPLICATIVE_IN_BASE else build-depends: base < 2.0
revision 2
name: attoparsec version: 0.8.5.3-x-revision: 1+x-revision: 2 license: BSD3 license-file: LICENSE category: Text, Parsing build-depends: base >= 2.0 && < 2.2 else -- in base 1.0 and >= 3.0 bytestring is a separate package- build-depends: base < 2.0 || >= 3, bytestring >= 0.9, containers >= 0.1.0.1+ build-depends: base < 2.0 || >= 3, bytestring >= 0.9 && <0.11, containers >= 0.1.0.1 if flag(applicative-in-base) build-depends: base >= 2.0 && < 4.11
revision 3
name: attoparsec version: 0.8.5.3-x-revision: 2+x-revision: 3 license: BSD3 license-file: LICENSE category: Text, Parsing library if flag(split-base) -- bytestring was in base-2.0 and 2.1.1- build-depends: base >= 2.0 && < 2.2+ build-depends: base < 0 else -- in base 1.0 and >= 3.0 bytestring is a separate package build-depends: base < 2.0 || >= 3, bytestring >= 0.9 && <0.11, containers >= 0.1.0.1