haskell-generic-trie 0.3.1-6 source package in Ubuntu

Changelog

haskell-generic-trie (0.3.1-6) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Wed, 29 Jun 2022 20:45:34 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
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-generic-trie_0.3.1-6.dsc 2.3 KiB 4a76d2e380648920be255dc6bfc9ecda6de05f701908b93cdad05fdd60e94992
haskell-generic-trie_0.3.1.orig.tar.gz 9.5 KiB d0aac1fe751dbdae7c801ed69ddeb3bf2657851f84a214ce386f8476ee2aeef4
haskell-generic-trie_0.3.1-6.debian.tar.xz 3.0 KiB 2a9ef595532cbd33ee51ab3a477135185b50900f1c59583151b68f056aee6623

No changes file available.

Binary packages built by this source

libghc-generic-trie-dev: No summary available for libghc-generic-trie-dev in ubuntu kinetic.

No description available for libghc-generic-trie-dev in ubuntu kinetic.

libghc-generic-trie-doc: No summary available for libghc-generic-trie-doc in ubuntu kinetic.

No description available for libghc-generic-trie-doc in ubuntu kinetic.

libghc-generic-trie-prof: a map, where the keys may be complex structured data; profiling libraries

 This type implements maps where the keys are themselves complex structured
 data. For example, the keys may be the abstract syntax trees for a
 programming language. The map is implemented as a trie, so common parts of
 the keys will be shared in the representation. The library provides a generic
 implementation of the data structure, so values of types that have support for
 'Generic' may be automatically used as keys in the map.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.