David Spencer b61f8935d4 haskell/haskell-async: Updated for version 2.1.0. před 8 roky
..
README 23614d4b2b haskell/haskell-async: Added (run io operations async and wait for their results). před 10 roky
doinst.sh 23614d4b2b haskell/haskell-async: Added (run io operations async and wait for their results). před 10 roky
haskell-async.SlackBuild b61f8935d4 haskell/haskell-async: Updated for version 2.1.0. před 8 roky
haskell-async.info b61f8935d4 haskell/haskell-async: Updated for version 2.1.0. před 8 roky
slack-desc 23614d4b2b haskell/haskell-async: Added (run io operations async and wait for their results). před 10 roky

README

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