Accepting request 1251598 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1251598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-bifunctors?expand=0&rev=34
This commit is contained in:
Ana Guerrero 2025-03-10 17:04:24 +00:00 committed by Git OBS Bridge
commit 850d5d0bb4
3 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@ cabal-version: 1.24
name: bifunctors
category: Data, Functors
version: 5.6.2
x-revision: 1
x-revision: 2
license: BSD3
license-file: LICENSE
author: Edward A. Kmett
@ -48,7 +48,7 @@ library
base >= 4.9 && < 5,
assoc >= 1.1 && < 1.2,
comonad >= 5.0.7 && < 6,
containers >= 0.5.7.1 && < 0.8,
containers >= 0.5.7.1 && < 0.9,
template-haskell >= 2.11 && < 2.24,
th-abstraction >= 0.4.2.0 && < 0.8,
transformers >= 0.5 && < 0.7

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 2 14:07:33 UTC 2025 - Peter Simons <psimons@suse.com>
- Update bifunctors to version 5.6.2 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 5 12:12:45 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-bifunctors
#
# 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: Collection Haskell 98 bifunctors, bifoldables and bitraversables
License: BSD-2-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-assoc-devel
BuildRequires: ghc-assoc-prof