Accepting request 1231446 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hashtables?expand=0&rev=7
This commit is contained in:
commit
7f2516c22e
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 22:13:09 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update hashtables to version 1.4.1.
|
||||||
|
Upstream has edited the change log file since the last release in
|
||||||
|
a non-trivial way, i.e. they did more than just add a new entry
|
||||||
|
at the top. You can review the file at:
|
||||||
|
http://hackage.haskell.org/package/hashtables-1.4.1/src/changelog.md
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 03:51:16 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update hashtables to version 1.4.0.
|
||||||
|
## 1.4.0
|
||||||
|
|
||||||
|
Replace deprecated Mutable Array function, which modifies the signature of the `length`
|
||||||
|
function and hence the API.
|
||||||
|
Support more recent compilers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 30 17:06:56 UTC 2023 - Peter Simons <psimons@suse.com>
|
Thu Mar 30 17:06:56 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-hashtables
|
# spec file for package ghc-hashtables
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.3.1
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mutable hash tables in the ST monad
|
Summary: Mutable hash tables in the ST monad
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -38,18 +38,16 @@ BuildRequires: ghc-vector-devel
|
|||||||
BuildRequires: ghc-vector-prof
|
BuildRequires: ghc-vector-prof
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-HUnit-devel
|
|
||||||
BuildRequires: ghc-HUnit-prof
|
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-QuickCheck-prof
|
BuildRequires: ghc-QuickCheck-prof
|
||||||
BuildRequires: ghc-mwc-random-devel
|
BuildRequires: ghc-mwc-random-devel
|
||||||
BuildRequires: ghc-mwc-random-prof
|
BuildRequires: ghc-mwc-random-prof
|
||||||
BuildRequires: ghc-test-framework-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-test-framework-hunit-devel
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
BuildRequires: ghc-test-framework-hunit-prof
|
BuildRequires: ghc-tasty-hunit-prof
|
||||||
BuildRequires: ghc-test-framework-prof
|
BuildRequires: ghc-tasty-prof
|
||||||
BuildRequires: ghc-test-framework-quickcheck2-devel
|
BuildRequires: ghc-tasty-quickcheck-devel
|
||||||
BuildRequires: ghc-test-framework-quickcheck2-prof
|
BuildRequires: ghc-tasty-quickcheck-prof
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f3d40eb22ab87279b9a0bf51c22307706b240c90a664c82bfae2392268c59c3
|
|
||||||
size 58697
|
|
3
hashtables-1.4.1.tar.gz
Normal file
3
hashtables-1.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5019354b79692b264432206cd28073799151a947ea719d4a679508600d874410
|
||||||
|
size 58828
|
Loading…
Reference in New Issue
Block a user