Accepting request 1239813 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1239813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-bitvec?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2025-01-27 19:50:51 +00:00 committed by Git OBS Bridge
commit a24593bc67
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
name: bitvec
version: 1.1.5.0
x-revision: 2
x-revision: 3
cabal-version: 2.0
build-type: Simple
license: BSD3
@ -142,7 +142,7 @@ benchmark bitvec-bench
base,
bitvec,
containers <0.8,
random <1.3,
random <1.4,
tasty,
tasty-bench >=0.3.2 && <0.5,
vector

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 6 23:47:54 UTC 2025 - Peter Simons <psimons@suse.com>
- Update bitvec to version 1.1.5.0 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Dec 15 19:56:01 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-bitvec
#
# 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: Space-efficient bit vectors
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-base-devel
BuildRequires: ghc-base-prof