haskell-async 2.2.4-4 source package in Ubuntu

Changelog

haskell-async (2.2.4-4) unstable; urgency=medium

  * Patch for newer dependencies

 -- Ilias Tsitsimpis <email address hidden>  Mon, 04 Sep 2023 18:38:41 +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-async_2.2.4-4.dsc 2.4 KiB 8bf1dc077402d69b9bf80e3193a7596dcb50ae8ec1f2ce936ae70b2bdbdde93f
haskell-async_2.2.4.orig.tar.gz 13.8 KiB 484df85be0e76c4fed9376451e48e1d0c6e97952ce79735b72d54297e7e0a725
haskell-async_2.2.4-4.debian.tar.xz 3.6 KiB 255750edc1dbf079ab87d583a5a370743a48f7ae500463661b5865f16c29c062

No changes file available.

Binary packages built by this source

libghc-async-dev: run IO operations asynchronously and wait for their results

 This package provides a higher-level interface over
 threads, in which an (Async a) is a concurrent
 thread that will eventually deliver a value of
 type a. The package provides ways to create
 Async computations, wait for their results, and
 cancel them.
 .
 This package contains the normal library files.

libghc-async-doc: run IO operations asynchronously and wait for their results; documentation

 This package provides a higher-level interface over
 threads, in which an (Async a) is a concurrent
 thread that will eventually deliver a value of
 type a. The package provides ways to create
 Async computations, wait for their results, and
 cancel them.
 .
 This package contains the documentation files.

libghc-async-prof: run IO operations asynchronously and wait for their results; profiling libs

 This package provides a higher-level interface over
 threads, in which an (Async a) is a concurrent
 thread that will eventually deliver a value of
 type a. The package provides ways to create
 Async computations, wait for their results, and
 cancel them.
 .
 This package contains the libraries compiled with profiling enabled.