Accepting request 1239812 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1239812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=48
This commit is contained in:
Ana Guerrero 2025-01-27 19:50:46 +00:00 committed by Git OBS Bridge
commit 07896ee019
3 changed files with 255 additions and 248 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 2.2
name: aeson
version: 2.2.3.0
x-revision: 2
x-revision: 3
license: BSD-3-Clause
license-file: LICENSE
category: Text, Web, JSON
@ -19,9 +19,10 @@ tested-with:
|| ==9.0.2
|| ==9.2.8
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.6.6
|| ==9.8.4
|| ==9.10.1
|| ==9.12.1
synopsis: Fast JSON parsing and encoding
homepage: https://github.com/haskell/aeson
@ -98,8 +99,8 @@ library
, containers >=0.6.0.1 && <0.8
, deepseq >=1.4.4.0 && <1.6
, exceptions >=0.10.4 && <0.11
, ghc-prim >=0.5.0.0 && <0.12
, template-haskell >=2.14.0.0 && <2.23
, ghc-prim >=0.5.0.0 && <0.14
, template-haskell >=2.14.0.0 && <2.24
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.2
, time >=1.8.0.2 && <1.15
@ -203,7 +204,7 @@ test-suite aeson-tests
, containers
, data-fix
, deepseq
, Diff >=0.4 && <0.6
, Diff >=0.4 && <0.6 || ^>=1.0.2
, directory
, dlist
, filepath

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 15 06:45:23 UTC 2025 - Peter Simons <psimons@suse.com>
- Update aeson to version 2.2.3.0 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Sep 1 23:07:24 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-aeson
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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/2.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-OneTuple-devel
BuildRequires: ghc-OneTuple-prof