haskell-async 2.2.4-4build2 source package in Ubuntu

Changelog

haskell-async (2.2.4-4build2) noble; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 11 Nov 2023 08:48:54 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-async_2.2.4.orig.tar.gz 13.8 KiB 484df85be0e76c4fed9376451e48e1d0c6e97952ce79735b72d54297e7e0a725
haskell-async_2.2.4-4build2.debian.tar.xz 3.7 KiB fb0815f06a8ac98494295b7771391361ef07f3bf76d343d02b5f2ddc34f2a985
haskell-async_2.2.4-4build2.dsc 2.4 KiB 71a108e58bbe1512b351969c58ad60ecbb020a15339aed8b44ab9b126151e700

View changes file

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.