haskell-async 2.0.2-4 source package in Ubuntu

Changelog

haskell-async (2.0.2-4) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:54:05 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
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.0.2-4.dsc 2.4 KiB abce900b8b31f558bdfad0408aea58acb8989462877a43d6f264409bb1b97d4a
haskell-async_2.0.2-4.debian.tar.xz 2.4 KiB c68b1c7407d675bb4b231267fe388e014a50b5835bb0b8db2bd7388f188111e3
haskell-async_2.0.2.orig.tar.gz 8.4 KiB db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b

No changes file available.

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.