haskell-async 2.2.2-2build1 source package in Ubuntu
Changelog
haskell-async (2.2.2-2build1) groovy; urgency=medium * Rebuild against new GHC abi. -- Gianfranco Costamagna <email address hidden> Wed, 22 Jul 2020 15:15:48 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna on 2020-07-22
- Uploaded to:
- Groovy
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-07-27 | 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-2build1.debian.tar.xz | 3.1 KiB | 1ad4f06584a250003b0b05c4ebf7189bfde1b79933215bcdfa97f0ab59751037 |
haskell-async_2.2.2-2build1.dsc | 2.4 KiB | 10545cf2ab90a339557cc44e2fa5fdc917244a0d584d6dad4e6b9e8224cfb00b |
Available diffs
- diff from 2.2.2-2 (in Debian) to 2.2.2-2build1 (332 bytes)
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.