diff --git a/ghc-hashtables.changes b/ghc-hashtables.changes index 8d57404..20c51e7 100644 --- a/ghc-hashtables.changes +++ b/ghc-hashtables.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Nov 26 22:13:09 UTC 2024 - Peter Simons + +- 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 + +- 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 diff --git a/ghc-hashtables.spec b/ghc-hashtables.spec index 3529bb9..009bd73 100644 --- a/ghc-hashtables.spec +++ b/ghc-hashtables.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.1 +Version: 1.4.1 Release: 0 Summary: Mutable hash tables in the ST monad License: BSD-3-Clause @@ -38,18 +38,16 @@ BuildRequires: ghc-vector-devel BuildRequires: ghc-vector-prof ExcludeArch: %{ix86} %if %{with tests} -BuildRequires: ghc-HUnit-devel -BuildRequires: ghc-HUnit-prof BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-prof BuildRequires: ghc-mwc-random-devel BuildRequires: ghc-mwc-random-prof -BuildRequires: ghc-test-framework-devel -BuildRequires: ghc-test-framework-hunit-devel -BuildRequires: ghc-test-framework-hunit-prof -BuildRequires: ghc-test-framework-prof -BuildRequires: ghc-test-framework-quickcheck2-devel -BuildRequires: ghc-test-framework-quickcheck2-prof +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-hunit-prof +BuildRequires: ghc-tasty-prof +BuildRequires: ghc-tasty-quickcheck-devel +BuildRequires: ghc-tasty-quickcheck-prof %endif %description diff --git a/hashtables-1.3.1.tar.gz b/hashtables-1.3.1.tar.gz deleted file mode 100644 index 058b1bd..0000000 --- a/hashtables-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f3d40eb22ab87279b9a0bf51c22307706b240c90a664c82bfae2392268c59c3 -size 58697 diff --git a/hashtables-1.4.1.tar.gz b/hashtables-1.4.1.tar.gz new file mode 100644 index 0000000..264174f --- /dev/null +++ b/hashtables-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5019354b79692b264432206cd28073799151a947ea719d4a679508600d874410 +size 58828