Accepting request 1288393 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1288393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=49
This commit is contained in:
2025-07-02 10:07:59 +00:00
committed by Git OBS Bridge
3 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
cabal-version: 2.2
name: aeson
version: 2.2.3.0
x-revision: 3
x-revision: 4
license: BSD-3-Clause
license-file: LICENSE
category: Text, Web, JSON
@@ -124,7 +124,7 @@ library
, network-uri ^>=2.6.4.1
, OneTuple ^>=0.4.1.1
, primitive ^>=0.8.0.0 || ^>=0.9.0.0
, QuickCheck ^>=2.14.3 || ^>=2.15
, QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16.0.0
, scientific ^>=0.3.7.0
, semialign ^>=1.3
, strict ^>=0.5
@@ -204,7 +204,7 @@ test-suite aeson-tests
, containers
, data-fix
, deepseq
, Diff >=0.4 && <0.6 || ^>=1.0.2
, Diff >=0.4 && <0.6 || ^>=1.0.2
, directory
, dlist
, filepath
@@ -217,7 +217,7 @@ test-suite aeson-tests
, network-uri
, OneTuple
, primitive
, QuickCheck >=2.14.2 && <2.16
, QuickCheck
, quickcheck-instances >=0.3.29 && <0.4
, scientific
, strict

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 17 19:59:02 UTC 2025 - Peter Simons <psimons@suse.com>
- Update aeson to version 2.2.3.0 revision 4.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Jan 15 06:45:23 UTC 2025 - 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/3.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-OneTuple-devel
BuildRequires: ghc-OneTuple-prof