Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| haskell-async-2.2.4-x86_64-1_danix.txz.asc | 2026-07-13 14:43 | 870 | |
| haskell-async-2.2.4-x86_64-1_danix.txz.sha256 | 2026-07-13 13:26 | 105 | |
| haskell-async-2.2.4-x86_64-1_danix.txz.md5 | 2026-07-13 13:26 | 73 | |
| haskell-async-2.2.4-x86_64-1_danix.meta | 2026-07-13 13:26 | 724 | |
| haskell-async-2.2.4-x86_64-1_danix.txt | 2026-07-13 13:26 | 489 | |
| haskell-async-2.2.4-x86_64-1_danix.dep | 2026-07-13 13:26 | 42 | |
| haskell-async-2.2.4-x86_64-1_danix.lst | 2026-07-13 13:26 | 3.1K | |
| haskell-async-2.2.4-x86_64-1_danix.txz | 2026-07-13 13:26 | 143K | |
haskell-async (Run IO operations async and wait for their results)
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.