File:  [cvs.NetBSD.org] / pkgsrc / math / hs-digits / Makefile
Revision 1.4: download - view: text, annotated - select for diffs
Sun Feb 2 13:05:36 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.4 2025/02/02 13:05:36 pho Exp $

DISTNAME=	digits-0.3.1
PKGREVISION=	3
CATEGORIES=	math

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Converts integers to lists of digits and back
LICENSE=	modified-bsd

HASKELL_ENABLE_TESTS=	yes

# Its Setup.lhs is outdated, not compiling, and not needed anymore.
post-extract:
	${RM} -f ${WRKSRC}/Setup.lhs

.include "../../devel/hs-QuickCheck/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>