Accepting request 1233189 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1233189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-bitvec?expand=0&rev=5
This commit is contained in:
2024-12-24 15:26:24 +00:00
committed by Git OBS Bridge
3 changed files with 12 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
name: bitvec
version: 1.1.5.0
x-revision: 1
x-revision: 2
cabal-version: 2.0
build-type: Simple
license: BSD3
@@ -112,12 +112,12 @@ test-suite bitvec-tests
build-depends:
base,
bitvec,
primitive >=0.5 && <0.9,
primitive >=0.5 && <0.10,
quickcheck-classes-base <0.7,
quickcheck-classes >=0.6.1 && <0.7,
vector >=0.11,
tasty <1.6,
tasty-quickcheck <0.11
tasty-quickcheck <0.12
default-language: Haskell2010
hs-source-dirs: test
other-modules:
@@ -141,10 +141,10 @@ benchmark bitvec-bench
build-depends:
base,
bitvec,
containers <0.7,
containers <0.8,
random <1.3,
tasty,
tasty-bench >=0.3.2 && <0.4,
tasty-bench >=0.3.2 && <0.5,
vector
type: exitcode-stdio-1.0
main-is: Bench.hs

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 15 19:56:01 UTC 2024 - Peter Simons <psimons@suse.com>
- Update bitvec to version 1.1.5.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri Mar 8 21:08:37 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -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/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-prof