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

Changelog

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

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 09 Dec 2022 14:06:21 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-generic-trie_0.3.1.orig.tar.gz 9.5 KiB d0aac1fe751dbdae7c801ed69ddeb3bf2657851f84a214ce386f8476ee2aeef4
haskell-generic-trie_0.3.1-6build2.debian.tar.xz 3.0 KiB ea0d717370a52388da64e44541e9af1431e9fe64b5d9a7fcbf24d4399a64bba8
haskell-generic-trie_0.3.1-6build2.dsc 2.3 KiB 37115200c0c736c82c634fb57e99b82eccd3c3e02f76976cedc2f617df34c1c9

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.