# $NetBSD: Makefile,v 1.11 2023/02/07 01:40:59 pho Exp $

DISTNAME=	integer-logarithms-1.0.3.1
PKGREVISION=	6
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"
