17
0

6 Commits

Author SHA256 Message Date
24946a504c Accepting request 1240765 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1240765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson-pretty?expand=0&rev=22
2025-01-28 15:40:58 +00:00
f0a5be4325 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-aeson-pretty revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=51
2025-01-28 10:26:37 +00:00
9c738d6a1d Accepting request 1231414 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson-pretty?expand=0&rev=21
2024-12-20 22:10:03 +00:00
a0d109d5b8 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-aeson-pretty revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=50
2024-12-17 22:00:55 +00:00
6d687372dc osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-aeson-pretty revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=49
2024-12-16 09:30:51 +00:00
4568af863c osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-aeson-pretty revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=48
2024-12-10 11:25:51 +00:00
2 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 28 10:19:24 UTC 2025 - Peter Simons <psimons@suse.com>
- Update copyright header. No functional change.
-------------------------------------------------------------------
Mon Dec 16 07:53:32 UTC 2024 - Peter Simons <psimons@suse.com>
- Re-generate spec file with a recent versions of Cabal.
-------------------------------------------------------------------
Sat Jul 1 07:33:14 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-aeson-pretty
#
# Copyright (c) 2023 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
@@ -25,15 +25,22 @@ Summary: JSON pretty-printing library and command-line tool
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
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-aeson-prof
BuildRequires: ghc-attoparsec-aeson-devel
BuildRequires: ghc-attoparsec-aeson-prof
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-attoparsec-prof
BuildRequires: ghc-base-compat-devel
BuildRequires: ghc-base-compat-prof
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-cmdargs-devel
BuildRequires: ghc-cmdargs-prof
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-scientific-prof
@@ -90,11 +97,12 @@ This package provides the Haskell %{pkg_name} profiling library.
%autosetup -n %{pkg_name}-%{version}
%build
%define cabal_configure_options -flib-only
%define cabal_configure_options -f+lib-only
%ghc_lib_build
%install
%ghc_lib_install
%ghc_fix_rpath %{pkg_name}-%{version}
%post devel
%ghc_pkg_recache