haskell-async 2.0.1.4-1build1 source package in Ubuntu

Changelog

haskell-async (2.0.1.4-1build1) saucy; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Thu, 30 May 2013 00:22:25 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Saucy
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
haskell-async_2.0.1.4.orig.tar.gz 8.2 KiB 41ddfe012d98f3ef101651fb529753bca5bb4c804f03f9cfafc5d0cbe50224c2
haskell-async_2.0.1.4-1build1.debian.tar.gz 2.3 KiB ac453a0d4c57fb68d0bd3af6568452eafb9c9b56e46fb07cf70844815529c820
haskell-async_2.0.1.4-1build1.dsc 2.2 KiB 232e4933f978079e5df1ac801895e6e7b3391e643def1d184d96a9dabc15690f

View changes file

Binary packages built by this source

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

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

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

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

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.