PACKAGE NAME: haskell-async-2.2.4-x86_64-1_slackdce.txz PACKAGE LOCATION: ./haskell/haskell-async PACKAGE SIZE (compressed): 144 K PACKAGE SIZE (uncompressed): 1330 K PACKAGE REQUIRED: ghc,haskell-base-orphans,haskell-hashable PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: haskell-async: haskell-async (Run IO operations async and wait for their results) haskell-async: haskell-async: This Haskell package provides a higher-level interface over threads, haskell-async: in which an Async a is a concurrent thread that will eventually haskell-async: deliver a value of type a. The package provides ways to create Async haskell-async: computations, wait for their results, and cancel them. haskell-async: haskell-async: haskell-async: haskell-async: haskell-async: