haskell-hashmap 1.3.2-1build2 source package in Ubuntu

Changelog

haskell-hashmap (1.3.2-1build2) artful; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 15 Jul 2017 09:34:54 +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
Bionic release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-hashmap_1.3.2.orig.tar.gz 11.6 KiB 01409d423e27f529602b376cfb506afe7a47f73b2ca1e362638c4fccfbba5796
haskell-hashmap_1.3.2-1build2.debian.tar.xz 2.8 KiB 4ab56ba052c2fe3c4839b25544303d64ceee6ef36d535e4e0ec03b6942598cfb
haskell-hashmap_1.3.2-1build2.dsc 2.3 KiB fb5083c48cfe436b914920d4695fbfbee29cd796343be54d5ff7cf05fc545ded

Available diffs

View changes file

Binary packages built by this source

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

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

libghc-hashmap-doc: persistent containers Map and Set based on hashing; documentation

 An implementation of persistent Map and Set containers based on hashing.
 The implementation is build on top of Data.IntMap.IntMap and
 Data.IntSet.IntSet, with very similar API. It uses Hashable class from the
 hashable package for hashing.
 .
 This package can be used as a drop-in replacement for Data.Map and Data.Set
 modules.
 .
 The Map key value is an Data.IntMap.IntMap indexed by the hash value,
 containing either one (key, value) or a Data.Map.Map key value for all
 keys with the same hash value.
 .
 The Set elem is an Data.IntMap.IntMap indexed by the hash value, containing
 either one elem or Data.Set.Set elem for all elements with the same hash
 value.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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

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