forked from pool/ghc-hashable
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hashable revision:21, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hashable?expand=0&rev=76
This commit is contained in:
parent
03780b380a
commit
1806d59d96
@ -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 <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8061823a4ac521b53912edcba36b956f3159cb885b07ec119af295a6568ca7c4
|
||||
size 21424
|
3
hashable-1.3.2.0.tar.gz
Normal file
3
hashable-1.3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59bd964b6fe52b04825cf5402c87981068c051f351b2cb940b75f1c60719d637
|
||||
size 22841
|
Loading…
Reference in New Issue
Block a user