haskell-async 2.2.2-1build1 source package in Ubuntu

Changelog

haskell-async (2.2.2-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sun, 04 Aug 2019 22:33:31 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-async_2.2.2.orig.tar.gz 12.6 KiB 4b4ab1ac82c45144d82c6daf6cb6ba45eab9957dad44787fa5e869e23d73bbff
haskell-async_2.2.2-1build1.debian.tar.xz 3.1 KiB 9eb73c1de005671f99083396310fe4a750d1f26fbaf45bd779a6e5ce9338e7bf
haskell-async_2.2.2-1build1.dsc 2.4 KiB 24f4f2555af70006b120eac1f3a074759b871a8c999945a4725fb37080e321f4

View changes file

Binary packages built by this source

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

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

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

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

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.