packages feed

Cabal revisions of attoparsec-0.13.2.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:            attoparsec version:         0.13.2.2+x-revision: 1 license:         BSD3 license-file:    LICENSE category:        Text, Parsing                  containers,                  deepseq,                  scientific >= 0.3.1 && < 0.4,-                 transformers,+                 transformers >= 0.4.1.0,                  text >= 1.1.1.3   if impl(ghc < 7.4)     build-depends:     tasty >= 0.11,     tasty-quickcheck >= 0.8,     text,-    transformers,+    transformers >= 0.4.1.0,     vector    if !impl(ghc >= 8.0)     parsec >= 3.1.2,     scientific,     text >= 1.1.1.0,-    transformers,+    transformers >= 0.4.1.0,     unordered-containers,     vector 
revision 2
 name:            attoparsec version:         0.13.2.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.4.1.0,+                 transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,                  text >= 1.1.1.3   if impl(ghc < 7.4)     build-depends:     tasty >= 0.11,     tasty-quickcheck >= 0.8,     text,-    transformers >= 0.4.1.0,+    transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,     vector    if !impl(ghc >= 8.0)     parsec >= 3.1.2,     scientific,     text >= 1.1.1.0,-    transformers >= 0.4.1.0,+    transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,     unordered-containers,     vector 
revision 3
 name:            attoparsec version:         0.13.2.2-x-revision: 2+x-revision:      3 license:         BSD3 license-file:    LICENSE category:        Text, Parsing   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.19+                   semigroups >=0.16.1 && <0.20    exposed-modules: Data.Attoparsec                    Data.Attoparsec.ByteString   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.19+                   semigroups >=0.16.1 && <0.20  benchmark benchmarks   type: exitcode-stdio-1.0
revision 4
 name:            attoparsec version:         0.13.2.2-x-revision:      3+x-revision: 4 license:         BSD3 license-file:    LICENSE category:        Text, Parsing  library   build-depends: array,-                 base >= 4.2 && < 5,+                 base >= 4.2 && < 4.13,                  bytestring,                  containers,                  deepseq,
revision 5
 name:            attoparsec version:         0.13.2.2-x-revision: 4+x-revision: 5 license:         BSD3 license-file:    LICENSE category:        Text, Parsing   Manual: True  library+  build-depends: bytestring <0.11+   build-depends: array,                  base >= 4.2 && < 4.13,-                 bytestring,+                 bytestring <0.11,                  containers,                  deepseq,                  scientific >= 0.3.1 && < 0.4,   build-depends:     array,     base >= 4 && < 5,-    bytestring,+    bytestring <0.11,     deepseq >= 1.1,     QuickCheck >= 2.7 && < 2.10,     quickcheck-unicode,
revision 6
 name:            attoparsec version:         0.13.2.2-x-revision: 5+x-revision: 6 license:         BSD3 license-file:    LICENSE category:        Text, Parsing   Manual: True  library+  build-depends: text <1.3+   build-depends: bytestring <0.11    build-depends: array,