haskell-ixset-typed 0.3.1-3build2 source package in Ubuntu

Changelog

haskell-ixset-typed (0.3.1-3build2) artful; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Wed, 21 Jun 2017 18:25:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-ixset-typed_0.3.1.orig.tar.gz 15.9 KiB b41863c89610460d8bd0879cf77fd9b010f85f662c7edc4c57e79ab6cd00b575
haskell-ixset-typed_0.3.1-3build2.debian.tar.xz 2.9 KiB 2da4aeb6a8c8119a6347f65190a2aff81efe3bf89931c0b9a93c6078b6717f6b
haskell-ixset-typed_0.3.1-3build2.dsc 2.4 KiB e5600f84f9aa2979f32cf9592dadf7897529d4b6b27c6c93bc407e8a5440c275

Available diffs

View changes file

Binary packages built by this source

libghc-ixset-typed-dev: efficient relational queries on Haskell sets

 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.
 See http://www.haskell.org/ for more information on Haskell.

libghc-ixset-typed-doc: No summary available for libghc-ixset-typed-doc in ubuntu artful.

No description available for libghc-ixset-typed-doc in ubuntu artful.

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.