4708981636
It's now part of GHC. Also fail and semigroups are no longer required as of GHC 8.
15 lines
476 B
Makefile
15 lines
476 B
Makefile
# $NetBSD: buildlink3.mk,v 1.13 2020/01/11 09:34:21 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-attoparsec
|
|
|
|
.if !defined(HS_ATTOPARSEC_BUILDLINK3_MK)
|
|
HS_ATTOPARSEC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-attoparsec+= hs-attoparsec>=0.13.2
|
|
BUILDLINK_ABI_DEPENDS.hs-attoparsec+= hs-attoparsec>=0.13.2.3
|
|
BUILDLINK_PKGSRCDIR.hs-attoparsec?= ../../textproc/hs-attoparsec
|
|
|
|
.include "../../math/hs-scientific/buildlink3.mk"
|
|
.endif # HS_ATTOPARSEC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-attoparsec
|