./devel/hs-hashable, Class for types that can be converted to a hash value

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.3.0nb1, Package name: hs-hashable-1.4.3.0nb1, Maintainer: pho

This package defines a class, Hashable, for types that can be
converted to a hash value. This class exists for the benefit of
hashing-based data structures. The package provides instances for
basic types and a way to combine hash values.


Required to run:
[lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 25.001 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 09:07:26 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-hashable: Update to 1.4.3.0

Version 1.4.3.0
* Export defaultHashWithSalt and defaultHash.
* Fix issue of tuples with 0 first component causing all-zero state.
* Change hashInt to mix bits more.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-26 04:26:34 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-hashable: Fix build with GHC 9.2
   2023-01-25 10:24:45 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-hashable: Update to 1.4.2.0

Version 1.4.2.0
* Fix the foreign signature of getThreadId
  https://github.com/haskell-unordered-containers/hashable/pull/263
* Drop support for GHCs prior GHC-8.2 The recent unordered-containers
  releases support only GHC-8.2+
* Add instance for OsString, PosixString, WindowsString from
  filepath-1.4.100.1
* Add Hashable ByteArray instance using data-array-byte compat package
   2022-08-18 20:43:36 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
hs-hashable: update to 1.4.1.0.

## Version 1.4.1.0

 * Add instance for `Data.Array.Byte.ByteArray`.
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler