diff --git a/ghc-hashable.changes b/ghc-hashable.changes index a7b7210..70ff92b 100644 --- a/ghc-hashable.changes +++ b/ghc-hashable.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu May 20 09:19:48 UTC 2021 - psimons@suse.com + +- Update hashable to version 1.3.2.0. + ## Version 1.3.2.0 + + * Add `Hashable (Fixed a)` for `base <4.7` versions. + * Add documentation: + - `hashable` is not a stable hash + - `hashWithSalt` may return negative values + - there is `time-compat` with `Hashable` instances for `time` types. + * Add `random-initial-seed` flag causing the initial seed + to be randomized on each start of an executable using `hashable`. + ------------------------------------------------------------------- Mon Apr 26 08:47:35 UTC 2021 - Ondřej Súkup diff --git a/ghc-hashable.spec b/ghc-hashable.spec index 602ee2b..a34a2d6 100644 --- a/ghc-hashable.spec +++ b/ghc-hashable.spec @@ -19,7 +19,7 @@ %global pkg_name hashable %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.1.0 +Version: 1.3.2.0 Release: 0 Summary: A class for types that can be converted to a hash value License: BSD-3-Clause diff --git a/hashable-1.3.1.0.tar.gz b/hashable-1.3.1.0.tar.gz deleted file mode 100644 index 6672f2d..0000000 --- a/hashable-1.3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8061823a4ac521b53912edcba36b956f3159cb885b07ec119af295a6568ca7c4 -size 21424 diff --git a/hashable-1.3.2.0.tar.gz b/hashable-1.3.2.0.tar.gz new file mode 100644 index 0000000..4ddeecf --- /dev/null +++ b/hashable-1.3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bd964b6fe52b04825cf5402c87981068c051f351b2cb940b75f1c60719d637 +size 22841