pkgsrc/math/hs-scientific/Makefile
pho 4708981636 Remove dependency on devel/hs-text
It's now part of GHC.
Also fail and semigroups are no longer required as of GHC 8.
2020-01-11 09:31:04 +00:00

15 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.15 2020/01/11 09:32:03 pho Exp $
DISTNAME= scientific-0.3.6.2
PKGREVISION= 1
CATEGORIES= math
MAINTAINER= szptvlfn@NetBSD.org
COMMENT= Numbers represented using scientific notation
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../math/hs-integer-logarithms/buildlink3.mk"
.include "../../devel/hs-primitive/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"