Accepting request 1251665 from devel:languages:haskell

- Update semigroupoids to version 6.0.1 revision 2.
  Upstream has revised the Cabal build instructions on Hackage.

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 2 14:25:49 UTC 2025 - Peter Simons <psimons@suse.com>
- Update semigroupoids to version 6.0.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri Jul 5 12:13:56 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-semigroupoids
#
# 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
@ -25,7 +25,7 @@ Summary: Semigroupoids: Category sans id
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-base-devel
BuildRequires: ghc-base-orphans-devel

View File

@ -2,7 +2,7 @@ cabal-version: 1.24
name: semigroupoids
category: Control, Comonads
version: 6.0.1
x-revision: 1
x-revision: 2
license: BSD2
license-file: LICENSE
author: Edward A. Kmett
@ -144,7 +144,7 @@ library
build-depends: containers >= 0.6.7
if flag(containers)
build-depends: containers >= 0.5.7.1 && < 0.8
build-depends: containers >= 0.5.7.1 && < 0.9
if flag(contravariant)
build-depends: contravariant >= 1.5.3 && < 2