4708981636
It's now part of GHC. Also fail and semigroups are no longer required as of GHC 8.
15 lines
449 B
Makefile
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"
|