haskell-async 2.2.4-1build1 source package in Ubuntu

Changelog

haskell-async (2.2.4-1build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 10 Dec 2022 16:41:13 +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

Downloads

File Size SHA-256 Checksum
haskell-async_2.2.4.orig.tar.gz 13.8 KiB 484df85be0e76c4fed9376451e48e1d0c6e97952ce79735b72d54297e7e0a725
haskell-async_2.2.4-1build1.debian.tar.xz 3.2 KiB 74cdd78b1e6db848dc185b6478f0d2df046a128246af0ef9f2f9535ecf3ebf31
haskell-async_2.2.4-1build1.dsc 2.4 KiB e139cb7165ca7b9aae77cfe95ae06e4fa132d0de118308e24b4df13266673ceb

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.