File:  [cvs.NetBSD.org] / pkgsrc / textproc / hs-attoparsec / Makefile
Revision 1.26: download - view: text, annotated - select for diffs
Sun Feb 2 13:05:49 2025 UTC (2 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
Bump all Haskell packages after switching the default compiler.

# $NetBSD: Makefile,v 1.26 2025/02/02 13:05:49 pho Exp $

DISTNAME=	attoparsec-0.14.4
PKGREVISION=	7
CATEGORIES=	textproc

MAINTAINER=	pho@cielonegro.org
COMMENT=	Fast combinator parsing for bytestrings and text
LICENSE=	modified-bsd

HASKELL_UNRESTRICT_DEPENDENCIES+=	\
	bytestring	\
	ghc-prim

.include "../../math/hs-scientific/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>