aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-lifted-async/Makefile
blob: a8e0776feb6291fdca7d656c263385f802a3cb7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	lifted-async
PORTVERSION=	0.7.0.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Run lifted IO operations asynchronously and wait for their results

LICENSE=	BSD3CLAUSE

USE_CABAL=	async>=2.0.1 constraints>=0.2 lifted-base>=0.2 \
		monad-control>=0.3.1 transformers-base>=0.4

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>