pkgsrc/math/hs-ieee754/Makefile
pho 84f163ca58 Import ieee754-0.8.0
Utilities for dealing with IEEE floating point numbers, ported from
the Tango math library; approximate and exact equality comparisons for
general types.
2020-01-19 14:01:15 +00:00

11 lines
279 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 14:01:15 pho Exp $
DISTNAME= ieee754-0.8.0
CATEGORIES= math
MAINTAINER= pho@cielonegro.org
COMMENT= Utilities for dealing with IEEE floating point numbers
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"