packages feed

Cabal revisions of aeson-1.0.2.1

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

revision 1
 name:            aeson version:         1.0.2.1+x-revision: 1 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON     Data.Aeson.Types.Internal    build-depends:-    attoparsec >= 0.13.0.1,+    attoparsec >= 0.13.0.1 && < 0.14,     base >= 4.5 && < 5,     base-compat >= 0.9.1 && < 0.10,-    containers >= 0.2.4.1,-    deepseq >= 1.3,-    dlist >= 0.2,+    containers >= 0.4.2 && < 0.6,+    deepseq >= 1.3 && < 1.5,+    dlist >= 0.6 && < 0.9,     ghc-prim >= 0.2,-    hashable >= 1.1.2.0,+    hashable >= 1.1.2.0 && < 1.3,     scientific >= 0.3.4.7 && < 0.4,     tagged >=0.8.3 && <0.9,-    template-haskell >= 2.7,-    text >= 1.1.1.0,-    time >= 1.1.1.4,+    template-haskell >= 2.7 && < 2.12,+    text >= 1.1.1.0 && < 1.3,+    time >= 1.1.1.4 && < 1.7,     time-locale-compat >= 0.1.1 && < 0.2,-    unordered-containers >= 0.2.5.0,-    vector >= 0.8+    unordered-containers >= 0.2.5.0 && < 0.3,+    vector >= 0.8 && < 0.13    if flag(bytestring-builder)     build-depends: bytestring >= 0.9 && < 0.10.4,                    bytestring-builder >= 0.10.4 && < 1   else-    build-depends: bytestring >= 0.10.4+    build-depends: bytestring >= 0.10.4 && < 0.11    if !impl(ghc >= 8.0)     -- `Data.Semigroup` and `Control.Monad.Fail` and `Control.Monad.IO.Class` are available in base only since GHC 8.0 / base 4.9     build-depends:       semigroups >= 0.18.2 && < 0.19,-      transformers >= 0.2.2.0,-      transformers-compat >= 0.3,+      transformers >= 0.2.2.0 && < 0.6,+      transformers-compat >= 0.3 && < 0.6,       fail == 4.9.*    if !impl(ghc >= 7.10)
revision 2
 name:            aeson version:         1.0.2.1-x-revision: 1+x-revision: 2 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON     tagged >=0.8.3 && <0.9,     template-haskell >= 2.7 && < 2.12,     text >= 1.1.1.0 && < 1.3,-    time >= 1.1.1.4 && < 1.7,+    time >= 1.1.4 && < 1.7,     time-locale-compat >= 0.1.1 && < 0.2,     unordered-containers >= 0.2.5.0 && < 0.3,     vector >= 0.8 && < 0.13