189b5c766a
base-orphans defines orphan instances that mimic instances available in later versions of base to a wider (older) range of compilers. base-orphans does not export anything except the orphan instances themselves and complements base-compat. See the README for what instances are covered: https://github.com/haskell-compat/base-orphans#readme. See also the what is not covered section.
13 lines
439 B
Makefile
13 lines
439 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 17:57:42 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-base-orphans
|
|
|
|
.if !defined(HS_BASE_ORPHANS_BUILDLINK3_MK)
|
|
HS_BASE_ORPHANS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-base-orphans+= hs-base-orphans>=0.8.1
|
|
BUILDLINK_ABI_DEPENDS.hs-base-orphans+= hs-base-orphans>=0.8.1
|
|
BUILDLINK_PKGSRCDIR.hs-base-orphans?= ../../devel/hs-base-orphans
|
|
.endif # HS_BASE_ORPHANS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-base-orphans
|