# New ports collection makefile for: hs-vector-algorithms
# Date created:        June 5, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD: ports/devel/hs-vector-algorithms/Makefile,v 1.1 2010/06/07 03:58:17 pgj Exp $
#

PORTNAME=	vector-algorithms
PORTVERSION=	0.3.2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Efficient algorithms for vector arrays

USE_HACKAGE=	primitive>=0.2 vector>=0.5

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