File:  [cvs.NetBSD.org] / pkgsrc / textproc / hs-regex-base / Makefile
Revision 1.20: download - view: text, annotated - select for diffs
Sun Feb 2 13:05:56 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.20 2025/02/02 13:05:56 pho Exp $

DISTNAME=	regex-base-0.94.0.2
PKGREVISION=	7
CATEGORIES=	textproc

MAINTAINER=	pho@cielonegro.org
COMMENT=	Replaces/Enhances Haskell Text.Regex
LICENSE=	modified-bsd

HASKELL_UNRESTRICT_DEPENDENCIES+=	\
	base		\
	bytestring	\
	containers	\
	text

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

CVSweb <webmaster@jp.NetBSD.org>