# $FreeBSD: head/devel/hs-streaming-commons/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	streaming-commons
PORTVERSION=	0.1.18
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Common lower-level functions needed by various streaming data libraries

LICENSE=	MIT

USE_CABAL=	async blaze-builder network random stm text zlib

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