haskell-async 2.2.4-1build2 source package in Ubuntu

Changelog

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

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 10 Dec 2022 23:08:06 +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
Mantic release universe misc
Lunar 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-1build2.debian.tar.xz 3.2 KiB 2271e642d075c091df7411de5cda77c123174a3cd5f1e87cd6dbb68bdafe7570
haskell-async_2.2.4-1build2.dsc 2.4 KiB c0ae3c8ad409a96415e8b6295f208773785a7598b43a4c64a88e6463eccc76b8

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.