haskell-abstract-deque 0.3-11 source package in Ubuntu

Changelog

haskell-abstract-deque (0.3-11) 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:26 +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-abstract-deque_0.3-11.dsc 2.4 KiB 98f386af1f65f40d59debd91c46d9f43d54913c5a0fba155d10a141a8254e482
haskell-abstract-deque_0.3.orig.tar.gz 7.0 KiB 09aa10f38193a8275a7791b92a4f3a7192a304874637e2a35c897dde25d75ca2
haskell-abstract-deque_0.3-11.debian.tar.xz 3.3 KiB 7e644a54f91b2a381090334202ab7d05ab418b812d707d68f4ac03d4d7bbbf67

Available diffs

No changes file available.

Binary packages built by this source

libghc-abstract-deque-dev: No summary available for libghc-abstract-deque-dev in ubuntu kinetic.

No description available for libghc-abstract-deque-dev in ubuntu kinetic.

libghc-abstract-deque-doc: No summary available for libghc-abstract-deque-doc in ubuntu kinetic.

No description available for libghc-abstract-deque-doc in ubuntu kinetic.

libghc-abstract-deque-prof: abstract, parameterized interface to mutable Deques; profiling libraries

 An abstract interface to highly-parameterizable queues/deques.
 .
 Background: There exists a feature space for queues that extends between:
   * simple, single-ended, non-concurrent, bounded queues
   * double-ended, threadsafe, growable queues
 with important points inbetween (such as the queues used for
 work-stealing).
 .
 This package includes an interface for Deques that allows the
 programmer to use a single API for all of the above, while using
 the type-system to select an efficient implementation given the
 requirements (using type families).
 .
 This package also includes a simple reference implementation based
 on IORef and Data.Sequence.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.