slackbuilds_ponce/haskell/haskell-async
Mikko Värri 23614d4b2b haskell/haskell-async: Added (run io operations async and wait for their results).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-04-04 07:46:53 +07:00
..
doinst.sh haskell/haskell-async: Added (run io operations async and wait for their results). 2015-04-04 07:46:53 +07:00
haskell-async.info haskell/haskell-async: Added (run io operations async and wait for their results). 2015-04-04 07:46:53 +07:00
haskell-async.SlackBuild haskell/haskell-async: Added (run io operations async and wait for their results). 2015-04-04 07:46:53 +07:00
README haskell/haskell-async: Added (run io operations async and wait for their results). 2015-04-04 07:46:53 +07:00
slack-desc haskell/haskell-async: Added (run io operations async and wait for their results). 2015-04-04 07:46:53 +07:00

This Haskell 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.

After uninstalling, run this command to unregister the package from
the ghc package database:   ghc-pkg recache