pkgsrc/devel/hs-vector-algorithms/buildlink3.mk
pho cab71c730d Update to vector-algorithms-0.8.0.3
Version 0.8.0.3 (2019-12-02)
    Fix out-of-bounds access in Timsort.

Version 0.8.0.2 (2019-11-28)
    Bump upper bounds on primitive and QuickCheck.
    Expose 'terminate' function from 'AmericanFlag' module.
    Fix an off-by-one error in Data.Vector.Algorithms.Heaps.heapInsert.
2020-01-02 10:28:24 +00:00

16 lines
594 B
Makefile

# $NetBSD: buildlink3.mk,v 1.7 2020/01/02 10:28:24 pho Exp $
BUILDLINK_TREE+= hs-vector-algorithms
.if !defined(HS_VECTOR_ALGORITHMS_BUILDLINK3_MK)
HS_VECTOR_ALGORITHMS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-vector-algorithms+= hs-vector-algorithms>=0.8.0
BUILDLINK_ABI_DEPENDS.hs-vector-algorithms+= hs-vector-algorithms>=0.8.0.3
BUILDLINK_PKGSRCDIR.hs-vector-algorithms?= ../../devel/hs-vector-algorithms
.include "../../devel/hs-primitive/buildlink3.mk"
.include "../../devel/hs-vector/buildlink3.mk"
.endif # HS_VECTOR_ALGORITHMS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-vector-algorithms