haskell-ixset-typed 0.3.1.1-1build1 source package in Ubuntu

Changelog

haskell-ixset-typed (0.3.1.1-1build1) bionic; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Sun, 05 Nov 2017 03:33:37 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
haskell-ixset-typed_0.3.1.1.orig.tar.gz 16.0 KiB d06b466c2cc56df15035d0b79f3a3eb6e7d39d878ae27dea3a7fbb9c78addc12
haskell-ixset-typed_0.3.1.1-1build1.debian.tar.xz 2.9 KiB 662afe2b4027cc99db1cf6376da55d2e538673af4ea62cea054708278abf79e5
haskell-ixset-typed_0.3.1.1-1build1.dsc 2.6 KiB 9c477ebeb9a89af4e861c0ffc702bbd57dc973f1f03f5244f1d789b2503f7814

View changes file

Binary packages built by this source

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

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

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.