Cabal revisions of attoparsec-0.14.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: attoparsec version: 0.14.2+x-revision: 1 license: BSD3 license-file: LICENSE category: Text, Parsing library build-depends: array,- base >= 4.3 && < 5,+ base >= 4.5 && < 5, bytestring <0.12, containers, deepseq, if !impl(ghc >= 8.0) -- Data.Semigroup && Control.Monad.Fail are available in base-4.9+ build-depends: fail == 4.9.*,- semigroups >=0.16.1 && <0.20+ semigroups >=0.16.1 && <0.21 exposed-modules: Data.Attoparsec Data.Attoparsec.ByteString
revision 2
name: attoparsec version: 0.14.2-x-revision: 1+x-revision: 2 license: BSD3 license-file: LICENSE category: Text, Parsing containers, deepseq, scientific >= 0.3.1 && < 0.4,- transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,+ transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.7, text >= 1.1.1.3, ghc-prim <0.9 if impl(ghc < 7.4)
revision 3
name: attoparsec version: 0.14.2-x-revision: 2+x-revision: 3 license: BSD3 license-file: LICENSE category: Text, Parsing Manual: True library+ build-depends: text <1.3+ build-depends: array, base >= 4.5 && < 5, bytestring <0.12,