Cabal revisions of aeson-0.11.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: aeson version: 0.11.0.0+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,- template-haskell >= 2.7,- text >= 1.1.1.0,- transformers,- unordered-containers >= 0.2.5.0,- vector >= 0.7.1+ syb < 0.8,+ 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 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 attoparsec, base, bytestring,- containers,+ containers < 0.7, ghc-prim >= 0.2, 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 source-repository head type: git
revision 2
name: aeson version: 0.11.0.0-x-revision: 1+x-revision: 2 license: BSD3 license-file: LICENSE category: Text, Web, JSON build-depends: semigroups >= 0.16.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