aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-lifted-async/Makefile
blob: 2e256e0b35cab7a3fd618a053a80a1c1f6bbaa8b (plain) (tree)
1
2
3
4
5


                            
                     
                 











                                                                                  
# $FreeBSD$

PORTNAME=	lifted-async
PORTVERSION=	0.9.3
PORTREVISION=	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>