haskell-ixset-typed 0.3-3build1 source package in Ubuntu

Changelog

haskell-ixset-typed (0.3-3build1) xenial; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Mon, 11 Jan 2016 21:24:09 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
haskell-ixset-typed_0.3.orig.tar.gz 15.6 KiB b3caa97470aa5c0e940a8916519b33fad29d54b82b97965fe8d3dd528e2dd354
haskell-ixset-typed_0.3-3build1.debian.tar.xz 2.7 KiB c0316e88cc494601bb245db8b1cf70bd51c675b2d74ff8549a5974a42a683f3e
haskell-ixset-typed_0.3-3build1.dsc 2.5 KiB d9934bef07c2b2fc8cc10bc8247be3b1b35ce9d33dfe6533231afc1957bee34a

Available diffs

View changes file

Binary packages built by this source

libghc-ixset-typed-dev: No summary available for libghc-ixset-typed-dev in ubuntu yakkety.

No description available for libghc-ixset-typed-dev in ubuntu yakkety.

libghc-ixset-typed-doc: Efficient relational queries on Haskell sets.; documentation

 This Haskell package provides a data structure of sets that are indexed by
 potentially multiple indices.
 .
 Sets can be created, modified, and queried in various ways.
 .
 The package is a variant of the ixset package. The ixset package makes use of
 run-time type information to find a suitable index on a query, resulting in
 possible run-time errors when no suitable index exists. In ixset-typed, the
 types of all indices available or tracked in the type system. Thus,
 ixset-typed should be safer to use than ixset, but in turn requires more GHC
 extensions.
 .
 At the moment, the two packages are relatively compatible. As a consequence of
 the more precise types, a few manual tweaks are necessary when switching from
 one to the other, but the interface is mostly the same.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-ixset-typed-prof: Efficient relational queries on Haskell sets.; profiling libraries

 This Haskell package provides a data structure of sets that are indexed by
 potentially multiple indices.
 .
 Sets can be created, modified, and queried in various ways.
 .
 The package is a variant of the ixset package. The ixset package makes use of
 run-time type information to find a suitable index on a query, resulting in
 possible run-time errors when no suitable index exists. In ixset-typed, the
 types of all indices available or tracked in the type system. Thus,
 ixset-typed should be safer to use than ixset, but in turn requires more GHC
 extensions.
 .
 At the moment, the two packages are relatively compatible. As a consequence of
 the more precise types, a few manual tweaks are necessary when switching from
 one to the other, but the interface is mostly the same.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.