haskell-ixset-typed 0.5-1build3 source package in Ubuntu

Changelog

haskell-ixset-typed (0.5-1build3) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Thu, 29 Oct 2020 20:36:25 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-ixset-typed_0.5.orig.tar.gz 16.2 KiB fa4752639813997acb7a090312168457a4b34ec8adcdbcffa3b9528da2c3c71e
haskell-ixset-typed_0.5-1build3.debian.tar.xz 3.3 KiB b192c0d6b0b62ca9a098f9a2ca315a381ac6a3656894a0bba6fb220cb4469e1e
haskell-ixset-typed_0.5-1build3.dsc 2.6 KiB e680e7e91e88bf08f9a6eff71bfaa45875e48d3860353d0321e1f46d5f469444

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 kinetic.

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

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.