File:  [cvs.NetBSD.org] / pkgsrc / math / hs-integer-logarithms / Makefile
Revision 1.13: download - view: text, annotated - select for diffs
Thu Nov 2 06:37:12 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Revbump all Haskell after updating lang/ghc96

# $NetBSD: Makefile,v 1.13 2023/11/02 06:37:12 pho Exp $

DISTNAME=	integer-logarithms-1.0.3.1
PKGREVISION=	8
CATEGORIES=	math

MAINTAINER=	pho@cielonegro.org
COMMENT=	Integer logarithms
LICENSE=	mit

HASKELL_UNRESTRICT_DEPENDENCIES+=	\
	base	\
	ghc-prim	\
	ghc-bignum

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

CVSweb <webmaster@jp.NetBSD.org>