86ce40fa1e
Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer from the arithmoi package. Also provides GHC.Integer.Logarithms.Compat and Math.NumberTheory.Power.Natural modules, as well as some additional functions in migrated modules.
11 lines
245 B
Makefile
11 lines
245 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/12/31 14:04:52 pho Exp $
|
|
|
|
DISTNAME= integer-logarithms-1.0.3
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Integer logarithms
|
|
LICENSE= mit
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|