diff --git a/aeson.cabal b/aeson.cabal index 3afd19b..69c5f6d 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -1,6 +1,6 @@ name: aeson version: 1.5.6.0 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE category: Text, Web, JSON @@ -101,14 +101,14 @@ library ghc-prim >= 0.2 && < 0.8, template-haskell >= 2.9.0.0 && < 2.18, text >= 1.2.3.0 && < 1.3, - time >= 1.4 && < 1.12 + time >= 1.4 && < 1.13 if impl(ghc >= 8.0) build-depends: bytestring >= 0.10.8.1 -- Compat build-depends: - base-compat-batteries >= 0.10.0 && < 0.12, + base-compat-batteries >= 0.10.0 && < 0.13, time-compat >= 1.9.4 && < 1.10 if !impl(ghc >= 8.6) diff --git a/ghc-aeson.changes b/ghc-aeson.changes index 0e3d53b..ba53414 100644 --- a/ghc-aeson.changes +++ b/ghc-aeson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 2 08:33:16 UTC 2021 - psimons@suse.com + +- Update aeson to version 1.5.6.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu May 6 06:49:35 UTC 2021 - Guillaume GARDET diff --git a/ghc-aeson.spec b/ghc-aeson.spec index 5d6fa68..0b3a286 100644 --- a/ghc-aeson.spec +++ b/ghc-aeson.spec @@ -25,7 +25,7 @@ Summary: Fast JSON parsing and encoding License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-base-compat-batteries-devel