pkgsrc/math/hs-math-functions/Makefile
pho 91170f30e9 Update to math-functions-0.3.4.2
Changes in 0.3.4.2
* Fixed crash in invIncompleteBeta (#68) for some inputs initial
  approximation was computed incorrectly.

Changes in 0.3.4.1
* Precision of incompleteGamma improved.

Changes in 0.3.4.0
* Dependency on vector-th-unbox is dropped. All instances are written
  by hand now.
2021-04-24 10:15:50 +00:00

14 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/04/24 10:15:50 pho Exp $
DISTNAME= math-functions-0.3.4.2
CATEGORIES= math
MAINTAINER= pho@cielonegro.org
COMMENT= Collection of tools for numeric computations
LICENSE= 2-clause-bsd
.include "../../devel/hs-data-default-class/buildlink3.mk"
.include "../../devel/hs-primitive/buildlink3.mk"
.include "../../devel/hs-vector/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"