packages feed

Cabal revisions of aeson-0.11.1.3

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

revision 1
 name:            aeson version:         0.11.1.3+x-revision: 1 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON   manual: True  flag old-locale-  description: If false then depend on time >= 1.5.+  description: If false then depend on time >= 1.5 && < 1.10.                .                If true then depend on time < 1.5 together with old-locale.   default: False     Data.Aeson.Types.Internal    build-depends:-    attoparsec >= 0.13.0.1,-    base >= 4.5 && < 5,-    bytestring >= 0.10.4.0,-    containers,-    deepseq,-    dlist >= 0.2,+    attoparsec >= 0.13.0.1 && < 0.14,+    base >= 4.5 && < 4.13,+    bytestring >= 0.10.4.0 && < 0.11,+    containers < 0.7,+    deepseq >= 1.1.0.0 && < 1.5,+    dlist >= 0.2 && < 0.9,     fail == 4.9.*,     ghc-prim >= 0.2,-    hashable >= 1.1.2.0,-    mtl,+    hashable >= 1.1.2.0 && < 1.4,+    mtl < 2.3,     scientific >= 0.3.1 && < 0.4,-    syb,+    syb < 0.8,     tagged >=0.8.3 && <0.9,-    template-haskell >= 2.7,-    text >= 1.1.1.0,-    transformers,-    unordered-containers >= 0.2.5.0,-    vector >= 0.7.1+    template-haskell >= 2.7 && < 2.15,+    text >= 1.1.1.0 && < 1.3,+    transformers < 0.6,+    unordered-containers >= 0.2.5.0 && < 0.3,+    vector >= 0.7.1 && < 0.13    if !impl(ghc >= 8.0)     -- `Data.Semigroup` is available in base only since GHC 8.0 / base 4.9   if flag(old-locale)     build-depends: time < 1.5, old-locale   else-    build-depends: time >= 1.5+    build-depends: time >= 1.5 && < 1.10    if flag(developer)     ghc-options: -Werror     base,     base-orphans >=0.5.3 && <0.6,     bytestring,-    containers,+    containers < 0.7,     ghc-prim >= 0.2,-    hashable >= 1.1.2.0,+    hashable >= 1.1.2.0 && < 1.4,     tagged,     template-haskell,     test-framework,   if flag(old-locale)     build-depends: time < 1.5, old-locale   else-    build-depends: time >= 1.5+    build-depends: time >= 1.5 && < 1.10    if !impl(ghc >= 7.10)     build-depends: nats >=1 && <1.1
revision 2
 name:            aeson version:         0.11.1.3-x-revision: 1+x-revision: 2 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON     build-depends: nats >=1 && <1.1    if flag(old-locale)-    build-depends: time < 1.5, old-locale+    build-depends: time >=1.1.4 && < 1.5, old-locale   else     build-depends: time >= 1.5 && < 1.10