Accepting request 1218537 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1218537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=47
This commit is contained in:
Ana Guerrero 2024-10-28 14:18:02 +00:00 committed by Git OBS Bridge
commit b87d7a4467
3 changed files with 253 additions and 247 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 2.2
name: aeson
version: 2.2.3.0
x-revision: 1
x-revision: 2
license: BSD-3-Clause
license-file: LICENSE
category: Text, Web, JSON
@ -101,7 +101,7 @@ library
, ghc-prim >=0.5.0.0 && <0.12
, template-haskell >=2.14.0.0 && <2.23
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.2
, time >=1.8.0.2 && <1.13
, time >=1.8.0.2 && <1.15
-- Compat
build-depends:

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 1 23:07:24 UTC 2024 - Peter Simons <psimons@suse.com>
- Update aeson to version 2.2.3.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri Aug 2 09:23:27 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -26,7 +26,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-OneTuple-devel
BuildRequires: ghc-OneTuple-prof