Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a24593bc67 | |||
| 43de9b87f6 | |||
| 9106997d6d | |||
| 387d4c9137 |
12
bitvec.cabal
12
bitvec.cabal
@@ -1,6 +1,6 @@
|
||||
name: bitvec
|
||||
version: 1.1.5.0
|
||||
x-revision: 1
|
||||
x-revision: 3
|
||||
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,
|
||||
random <1.3,
|
||||
containers <0.8,
|
||||
random <1.4,
|
||||
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
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
|
||||
@@ -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/1.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
|
||||
|
||||
Reference in New Issue
Block a user