File:  [cvs.NetBSD.org] / pkgsrc / devel / hs-async / Makefile
Revision 1.16: download - view: text, annotated - select for diffs
Sun Feb 2 13:04:56 2025 UTC (2 months, 1 week ago) by pho
Branches: MAIN
CVS tags: HEAD
Bump all Haskell packages after switching the default compiler.

# $NetBSD: Makefile,v 1.16 2025/02/02 13:04:56 pho Exp $

DISTNAME=	async-2.2.5
PKGREVISION=	2
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 "../../devel/hs-hashable/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>