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

PORTNAME=	concurrent-output
PORTVERSION=	1.10.0
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Ungarble output from several threads or commands

LICENSE=	BSD2CLAUSE

USE_CABAL=	text async stm exceptions ansi-terminal terminal-size

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