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

PORTNAME=	io-streams
PORTVERSION=	1.4.0.0
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Simple and easy-to-use primitives for I/O using streams

LICENSE=	BSD3CLAUSE

USE_CABAL=	attoparsec network primitive text vector zlib-bindings

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