Fedora 23 Update: ghc-hashtables-1.1.2.1-3.fc23

updates at fedoraproject.org updates at fedoraproject.org
Fri Sep 4 03:34:11 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-14721
2015-09-04 03:22:35.291541
--------------------------------------------------------------------------------

Name        : ghc-hashtables
Product     : Fedora 23
Version     : 1.1.2.1
Release     : 3.fc23
URL         : http://hackage.haskell.org/package/hashtables
Summary     : Mutable hash tables in the ST monad
Description :
This package provides a couple of different implementations of mutable
hash tables in the ST monad, as well as a typeclass abstracting their
common operations, and a set of wrappers to use the hash tables in the
IO monad.

This package currently contains three hash table implementations:

1. Data.HashTable.ST.Basic contains a basic open-addressing hash table
using linear probing as the collision strategy.

2. Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing"
which has worst-case O(1) lookups and can reach a high "load factor".

3. Data.HashTable.ST.Linear contains a linear hash table, which trades
some insert and lookup performance for higher space efficiency and
much shorter delays when expanding the table.

--------------------------------------------------------------------------------
Update Information:

Rebuild (aarch64 vector hashes)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1255737 - ghc-vector ABI hash changed for f23 aarch64
        https://bugzilla.redhat.com/show_bug.cgi?id=1255737
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update ghc-hashtables' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list