haskell-hashtables 1.2.1.1-1build2 source package in Ubuntu

Changelog

haskell-hashtables (1.2.1.1-1build2) artful; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 15 Jul 2017 09:35:01 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Artful
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-hashtables_1.2.1.1.orig.tar.gz 52.4 KiB 227f554a93310645c654254659969b347de3d1bf3d98901dbb5c113ece72e951
haskell-hashtables_1.2.1.1-1build2.debian.tar.xz 3.1 KiB d1552bbc4b99698b11ee091066b4bab57745afb371c41cb5fb424606a31e61c8
haskell-hashtables_1.2.1.1-1build2.dsc 2.5 KiB 0f2f9d106e240005776c0b3f8740e81e60800d19db669c69df4a9066ab976efb

Available diffs

View changes file

Binary packages built by this source

libghc-hashtables-dev: No summary available for libghc-hashtables-dev in ubuntu artful.

No description available for libghc-hashtables-dev in ubuntu artful.

libghc-hashtables-doc: mutable hash tables -- documentation; documentation

 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.
 .
 There are three hash table implementations:
 .
  * Data.HashTable.ST.Basic contains a basic open-addressing hash table using
    linear probing as the collision strategy. This should currently be the
    fastest available hash table implementation for lookups, although it has a
    higher memory overhead than others.
  * Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing".
    Cuckoo hashing has worst-case O(1) lookups and performs well even when the
    table is highly loaded.
  * 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.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-hashtables-prof: No summary available for libghc-hashtables-prof in ubuntu artful.

No description available for libghc-hashtables-prof in ubuntu artful.