packages feed

Cabal revisions of aeson-1.4.6.0

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

revision 1
 name:            aeson version:         1.4.6.0+x-revision:      1 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON    -- Compat   build-depends:-    base-compat     >= 0.9.1    && < 0.12,+    base-compat     >= 0.9.1    && < 0.13,     time-compat     >= 1.9.2.2  && < 1.10    if flag(bytestring-builder)
revision 2
 name:            aeson version:         1.4.6.0-x-revision:      1+x-revision: 2 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON   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.5  && < 0.20,+      semigroups          >= 0.18.5  && < 0.21,       transformers        >= 0.3.0.0 && < 0.6,-      transformers-compat >= 0.6.2   && < 0.7,+      transformers-compat >= 0.6.2   && < 0.8,       fail == 4.9.*    if !impl(ghc >= 7.10)    -- Other dependencies   build-depends:-    attoparsec           >= 0.13.2.2 && < 0.14,+    attoparsec           >= 0.13.2.2 && < 0.15,     dlist                >= 0.8.0.4  && < 0.9,     hashable             >= 1.2.7.0  && < 1.4,     scientific           >= 0.3.6.2  && < 0.4,
revision 3
 name:            aeson version:         1.4.6.0-x-revision: 2+x-revision:      3 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON     dlist                >= 0.8.0.4  && < 0.9,     hashable             >= 1.2.7.0  && < 1.4,     scientific           >= 0.3.6.2  && < 0.4,-    th-abstraction       >= 0.2.8.0  && < 0.4,+    th-abstraction       >= 0.2.8.0  && < 0.5,     uuid-types           >= 1.0.3    && < 1.1,     vector               >= 0.12.0.1 && < 0.13 
revision 4
 name:            aeson version:         1.4.6.0-x-revision:      3+x-revision:      4 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON     -- `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.5  && < 0.21,-      transformers        >= 0.3.0.0 && < 0.6,+      transformers        >= 0.3.0.0 && < 0.7,       transformers-compat >= 0.6.2   && < 0.8,       fail == 4.9.* 
revision 5
 name:            aeson version:         1.4.6.0-x-revision:      4+x-revision: 5 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON   -- Other dependencies   build-depends:     attoparsec           >= 0.13.2.2 && < 0.15,-    dlist                >= 0.8.0.4  && < 0.9,+    dlist                >= 0.8.0.4  && < 1.1,     hashable             >= 1.2.7.0  && < 1.4,     scientific           >= 0.3.6.2  && < 0.4,     th-abstraction       >= 0.2.8.0  && < 0.5,    if !impl(ghc >= 8.0)     build-depends:-      semigroups >= 0.18.2 && < 0.20,+      semigroups >= 0.18.2 && < 0.21,       transformers >= 0.2.2.0,       transformers-compat >= 0.3 
revision 6
 name:            aeson version:         1.4.6.0-x-revision: 5+x-revision:      6 license:         BSD3 license-file:    LICENSE category:        Text, Web, JSON    -- Compat   build-depends:-    base-compat     >= 0.9.1    && < 0.13,+    base-compat     >= 0.9.1    && < 0.14,     time-compat     >= 1.9.2.2  && < 1.10    if flag(bytestring-builder)     attoparsec,     base,     base-compat,-    base-orphans >= 0.5.3 && <0.9,+    base-orphans >= 0.5.3 && <0.10,     base16-bytestring,     containers,     directory,