File:  [cvs.NetBSD.org] / pkgsrc / www / hs-bsb-http-chunked / Makefile
Revision 1.10: download - view: text, annotated - select for diffs
Sun Feb 2 13:06:03 2025 UTC (2 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
Bump all Haskell packages after switching the default compiler.

# $NetBSD: Makefile,v 1.10 2025/02/02 13:06:03 pho Exp $

DISTNAME=	bsb-http-chunked-0.0.0.4
PKGREVISION=	8
CATEGORIES=	www

MAINTAINER=	pho@cielonegro.org
COMMENT=	Chunked HTTP transfer encoding for bytestring builders
LICENSE=	modified-bsd

HASKELL_UNRESTRICT_DEPENDENCIES+= \
	base \
	bytestring

.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>