Accepting request 1231465 from devel:languages:haskell

version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-pretty-simple?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2024-12-20 22:10:50 +00:00 committed by Git OBS Bridge
commit 118b53f363
4 changed files with 16 additions and 22 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Dec 8 12:54:27 UTC 2024 - Peter Simons <psimons@suse.com>
- Update pretty-simple to version 4.1.3.0.
## 4.1.3.0
* Remove custom setup. This makes cross-compiling `pretty-simple` a lot more
straightforward. No functionality has been lost from the library, since the
custom setup was only used for generating tests.
[#107](https://github.com/cdepillabout/pretty-simple/pull/107)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 30 17:07:57 UTC 2023 - Peter Simons <psimons@suse.com> Thu Mar 30 17:07:57 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-pretty-simple # spec file for package ghc-pretty-simple
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,9 +18,8 @@
%global pkg_name pretty-simple %global pkg_name pretty-simple
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 4.1.2.0 Version: 4.1.3.0
Release: 0 Release: 0
Summary: Pretty printer for data types with a 'Show' instance Summary: Pretty printer for data types with a 'Show' instance
License: BSD-3-Clause License: BSD-3-Clause
@ -28,11 +27,8 @@ URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Cabal-prof
BuildRequires: ghc-base-devel BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof BuildRequires: ghc-base-prof
BuildRequires: ghc-cabal-doctest-devel
BuildRequires: ghc-cabal-doctest-prof
BuildRequires: ghc-containers-devel BuildRequires: ghc-containers-devel
BuildRequires: ghc-containers-prof BuildRequires: ghc-containers-prof
BuildRequires: ghc-mtl-devel BuildRequires: ghc-mtl-devel
@ -49,16 +45,6 @@ BuildRequires: ghc-text-prof
BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-devel
BuildRequires: ghc-transformers-prof BuildRequires: ghc-transformers-prof
ExcludeArch: %{ix86} ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-Glob-devel
BuildRequires: ghc-Glob-prof
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-QuickCheck-prof
BuildRequires: ghc-doctest-devel
BuildRequires: ghc-doctest-prof
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-template-haskell-prof
%endif
%description %description
Pretty printer for data types with a 'Show' instance. Pretty printer for data types with a 'Show' instance.
@ -99,9 +85,6 @@ This package provides the Haskell %{pkg_name} profiling library.
%ghc_lib_install %ghc_lib_install
%ghc_fix_rpath %{pkg_name}-%{version} %ghc_fix_rpath %{pkg_name}-%{version}
%check
%cabal_test
%post devel %post devel
%ghc_pkg_recache %ghc_pkg_recache

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cb47c3971599cb8c0330e1a2dbd63c67bfbe570bd879524ee802e81e7b02736
size 40519

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2aab1db01cdb1cc7847b2d11d915ac80a7df8e12bc0e5567e5331a93b782d00e
size 40919