-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes in 2.2.5 #117: Document that empty for Concurrently waits forever #120: Add ConcurrentlyE. #123: Fix failing concurrentlyE tests in older GHCs. #124: Allow hashable 1.4 #126: Semigroup and Monoid instances for ConcurrentlyE #120: Add ConcurrentlyE #138: expose internals as Control.Concurrent.Async.Internal #131: Fix typos in docs #132: waitAny(Catch): clarify non-empty input list requirement #142: Add cancelMany #135, #145, #150: Support for GHC 9.4, 9.6, 9.8 Document that empty for Concurrently waits forever.
- Loading branch information
1 parent
9179ac0
commit 0a0afb6
Showing
4 changed files
with
17 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
# $NetBSD: Makefile,v 1.12 2023/11/02 06:36:18 pho Exp $ | ||
# $NetBSD: Makefile,v 1.13 2024/04/29 12:11:10 pho Exp $ | ||
|
||
DISTNAME= async-2.2.4 | ||
PKGREVISION= 5 | ||
DISTNAME= async-2.2.5 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= pho@cielonegro.org | ||
COMMENT= Run IO operations asynchronously and wait for their results | ||
LICENSE= modified-bsd | ||
|
||
HASKELL_UNRESTRICT_DEPENDENCIES+= \ | ||
base \ | ||
hashable | ||
|
||
.include "../../mk/haskell.mk" | ||
.include "../../devel/hs-hashable/buildlink3.mk" | ||
.include "../../mk/haskell.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
@comment $NetBSD: PLIST,v 1.4 2023/10/28 09:38:41 pho Exp $ | ||
lib/async-${PKGVERSION}/${HS_VERSION}/package-description | ||
lib/async-${PKGVERSION}/${HS_VERSION}/package-id | ||
@comment $NetBSD: PLIST,v 1.5 2024/04/29 12:11:10 pho Exp $ | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Async.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Async.hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Async.p_hi | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Async/Internal.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Async/Internal.hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Async/Internal.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so | ||
lib/async-${PKGVERSION}/${HS_VERSION}/package-description | ||
lib/async-${PKGVERSION}/${HS_VERSION}/package-id | ||
share/doc/${HS_PLATFORM}/async-${PKGVERSION}/LICENSE | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/Control-Concurrent-Async-Internal.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/Control-Concurrent-Async.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/async.haddock | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/doc-index.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/doc-index.json | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/haddock-bundle.min.js | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/index.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/linuwial.css | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/meta.json | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/quick-jump.css | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/quick-jump.min.js | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/async-${PKGVERSION}/html/synopsis.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2023/01/25 15:16:01 pho Exp $ | ||
$NetBSD: distinfo,v 1.7 2024/04/29 12:11:10 pho Exp $ | ||
|
||
BLAKE2s (async-2.2.4.tar.gz) = cf10cb25f0c6b23d1b83d24f4c1802930e5099e78ae694346a592a1d7eea68dd | ||
SHA512 (async-2.2.4.tar.gz) = 24f37f974dd7573138475d04c0fccb97fcbd8b3de56f7d06199b8f936fd9a29cd0ba0574212a753a81de8958b3292ecee79d0e8d0d2f51eb91874424e6219569 | ||
Size (async-2.2.4.tar.gz) = 14148 bytes | ||
BLAKE2s (async-2.2.5.tar.gz) = c5803a3fa9d2a55389f6e759725bfd27c2773b85462959011fbf375b586b26c9 | ||
SHA512 (async-2.2.5.tar.gz) = bf525cebe9d5f67140f7648683704d0f5ec5d63c78ac9e3b14870652f355d1b4afc3922bd1afce2182d06024ec04b30536407f29d526b05f2ae4a36cba3a518a | ||
Size (async-2.2.5.tar.gz) = 15742 bytes |