haskell-generic-trie 0.3.2-1 source package in Ubuntu

Changelog

haskell-generic-trie (0.3.2-1) unstable; urgency=medium

  * Remove retired developer, Joachim Breitner, from Uploaders.
  * Declare compliance with Debian policy 4.6.2
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Sun, 27 Aug 2023 20:17:18 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-generic-trie_0.3.2-1.dsc 2.3 KiB 85451a74ec358677c5c5f5093d6cde77e415d5d816721bde42dca3026f07bad6
haskell-generic-trie_0.3.2.orig.tar.gz 12.2 KiB 144ca11c3241c1b14023f6dd8dcfb43258e3fcb60ca9f21ee82979dcd13b02a4
haskell-generic-trie_0.3.2-1.debian.tar.xz 2.8 KiB 7979211228920e6020234ba7b8f80870b41a9d4198803804fc7f9d70fa18d145

No changes file available.

Binary packages built by this source

libghc-generic-trie-dev: a map, where the keys may be complex structured data

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

libghc-generic-trie-doc: a map, where the keys may be complex structured data; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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.