4892bf79fd
It's now part of GHC.
12 lines
332 B
Makefile
12 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/11 10:43:22 pho Exp $
|
|
|
|
DISTNAME= async-2.2.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Run IO operations asynchronously and wait for their results
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-hashable/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|