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

Changelog

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

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 10:21:01 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Oracular
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

Downloads

File Size SHA-256 Checksum
haskell-generic-trie_0.3.2.orig.tar.gz 12.2 KiB 144ca11c3241c1b14023f6dd8dcfb43258e3fcb60ca9f21ee82979dcd13b02a4
haskell-generic-trie_0.3.2-1build1.debian.tar.xz 2.8 KiB ccc956b863475b71c3b195a1101a81e02bbdbc490788e8ccbe0f9ffe78676663
haskell-generic-trie_0.3.2-1build1.dsc 2.3 KiB 53a64220cb2503991b928de8275c66dbb088233a2ffbf7d7b41203ab6b440ba3

View changes file

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.