diff --git a/bitvec.cabal b/bitvec.cabal index 865fb4f..c6ffff4 100644 --- a/bitvec.cabal +++ b/bitvec.cabal @@ -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 diff --git a/ghc-bitvec.changes b/ghc-bitvec.changes index fb09ca7..cedff33 100644 --- a/ghc-bitvec.changes +++ b/ghc-bitvec.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 6 23:47:54 UTC 2025 - Peter Simons + +- 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 diff --git a/ghc-bitvec.spec b/ghc-bitvec.spec index edd7cb1..37048b7 100644 --- a/ghc-bitvec.spec +++ b/ghc-bitvec.spec @@ -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