packages feed

Cabal revisions of aeson-1.2.1.0

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

revision 1
 name:            aeson version:         1.2.1.0+x-revision: 1 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON     Data.Attoparsec.Time.Internal    build-depends:-    attoparsec >= 0.13.0.1,-    base >= 4.5 && < 5,+    attoparsec >= 0.13.0.1 && < 0.14,+    base >= 4.5 && < 4.13,     base-compat >= 0.9.1 && < 0.10,     containers >= 0.4.2,     deepseq >= 1.3 && < 1.5,     dlist >= 0.6,     ghc-prim >= 0.2,-    hashable >= 1.1.2.0,+    hashable >= 1.1.2.0 && < 1.4,     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.15,+    text >= 1.1.1.0 && < 1.3,+    time >= 1.1.1.4 && < 1.10,     time-locale-compat >= 0.1.1 && < 0.2,     unordered-containers >= 0.2.5.0 && < 0.3,     uuid-types >= 1.0.3 && <1.1,-    vector >= 0.8+    vector >= 0.8 && < 0.13    if flag(bytestring-builder)     build-depends: bytestring >= 0.9.2 && < 0.10.4,
revision 2
 name:            aeson version:         1.2.1.0-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.15,     text >= 1.1.1.0 && < 1.3,-    time >= 1.1.1.4 && < 1.10,+    time >= 1.1.4 && < 1.10,     time-locale-compat >= 0.1.1 && < 0.2,     unordered-containers >= 0.2.5.0 && < 0.3,     uuid-types >= 1.0.3 && <1.1,