packages feed

Cabal revisions of attoparsec-0.13.0.1

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

revision 1
 name:            attoparsec version:         0.13.0.1+x-revision: 1 license:         BSD3 license-file:    LICENSE category:        Text, Parsing   Manual: True  library+  -- Semigroup is a superclass of Monoid in base-4.11+  build-depends: base <4.11+   build-depends: array,                  base >= 4.2 && < 5,                  bytestring,
revision 2
 name:            attoparsec version:         0.13.0.1-x-revision: 1+x-revision: 2 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:     test-framework >= 0.8.0.2,     test-framework-quickcheck2 >= 0.3.0.3,     text,-    transformers,+    transformers >= 0.4.1.0,     vector  benchmark benchmarks
revision 3
 name:            attoparsec version:         0.13.0.1-x-revision: 2+x-revision: 3 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:     test-framework >= 0.8.0.2,     test-framework-quickcheck2 >= 0.3.0.3,     text,-    transformers >= 0.4.1.0,+    transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,     vector  benchmark benchmarks
revision 4
 name:            attoparsec version:         0.13.0.1-x-revision: 3+x-revision: 4 license:         BSD3 license-file:    LICENSE category:        Text, Parsing   Manual: True  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 >= 4.2 && < 5,-                 bytestring,+                 bytestring <0.11,                  containers,                  deepseq,                  scientific >= 0.3.1 && < 0.4,   build-depends:     array,     base >= 4 && < 5,-    bytestring,+    bytestring <0.11,     containers,     deepseq >= 1.1,     QuickCheck >= 2.7,
revision 5
 name:            attoparsec version:         0.13.0.1-x-revision: 4+x-revision: 5 license:         BSD3 license-file:    LICENSE category:        Text, Parsing   Manual: True  library+  build-depends: text <1.3+   build-depends: bytestring <0.11    -- Semigroup is a superclass of Monoid in base-4.11