packages feed

Cabal revisions of attoparsec-0.12.1.6

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

revision 1
 name:            attoparsec version:         0.12.1.6+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.12.1.6-x-revision: 1+x-revision: 2 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,     deepseq >= 1.1,     QuickCheck >= 2.7,     quickcheck-unicode,
revision 3
 name:            attoparsec version:         0.12.1.6-x-revision: 2+x-revision: 3 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