11fd39bbcd
This package defines new symbols for a number of functions and operators in the base package. All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions.
13 lines
529 B
Makefile
13 lines
529 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/03/03 15:40:50 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-base-unicode-symbols
|
|
|
|
.if !defined(HS_BASE_UNICODE_SYMBOLS_BUILDLINK3_MK)
|
|
HS_BASE_UNICODE_SYMBOLS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-base-unicode-symbols+= hs-base-unicode-symbols>=0.2.2
|
|
BUILDLINK_ABI_DEPENDS.hs-base-unicode-symbols+= hs-base-unicode-symbols>=0.2.2.4
|
|
BUILDLINK_PKGSRCDIR.hs-base-unicode-symbols?= ../../devel/hs-base-unicode-symbols
|
|
.endif # HS_BASE_UNICODE_SYMBOLS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-base-unicode-symbols
|