haskell-async 2.2.4-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Clint Adams <email address hidden>  Tue, 14 Jun 2022 15:51:21 -0400

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-1.dsc 2.4 KiB 70fd49eafd3fc1841f54271ed07197405fe79fe8af32fbc181e044c5953eefa8
haskell-async_2.2.4.orig.tar.gz 13.8 KiB 484df85be0e76c4fed9376451e48e1d0c6e97952ce79735b72d54297e7e0a725
haskell-async_2.2.4-1.debian.tar.xz 3.1 KiB cf5a1aca94bad7ad4ba23d69b3621bb1d13e947a2966880176d8dc04cb51e974

No changes file available.

Binary packages built by this source

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

No description available for libghc-async-dev in ubuntu kinetic.

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

No description available for libghc-async-doc in ubuntu kinetic.

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.