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

Changelog

haskell-ixset-typed (0.4.0.1-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 13:44:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-ixset-typed_0.4.0.1.orig.tar.gz 16.1 KiB a8d3655f4cebf66013363a4456287052391faad76f00f5b4001ba7d11073ac8c
haskell-ixset-typed_0.4.0.1-1build1.debian.tar.xz 3.2 KiB 4a0bf4501632db7398ae3bd21d1e68c8226871922b2a19d5c8002e95aecfcb30
haskell-ixset-typed_0.4.0.1-1build1.dsc 2.5 KiB 7881f174943b57b45e0de9c7a9d467e00acc0ab53384e5bef24d0eea2f9b5d36

View changes file

Binary packages built by this source

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

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

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

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

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.