07cb2bf5f8
ChangeLog: Changes in 0.13.3.1 * primitive-0.6 compatibility Changes in 0.13.3.0 * Monadic variant of vector shuffle added: `uniformShuffleM` * Context on `uniformShuffle` loosened Changes in 0.13.2.2 * Fixed crash during gen. initialization on Windows when stderr is not available (#36).
16 lines
523 B
Makefile
16 lines
523 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2015/12/13 14:10:14 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-mwc-random
|
|
|
|
.if !defined(HS_MWC_RANDOM_BUILDLINK3_MK)
|
|
HS_MWC_RANDOM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-mwc-random+= hs-mwc-random>=0.13.3
|
|
BUILDLINK_ABI_DEPENDS.hs-mwc-random+= hs-mwc-random>=0.13.3.2
|
|
BUILDLINK_PKGSRCDIR.hs-mwc-random?= ../../math/hs-mwc-random
|
|
|
|
.include "../../devel/hs-primitive/buildlink3.mk"
|
|
.include "../../devel/hs-vector/buildlink3.mk"
|
|
.endif # HS_MWC_RANDOM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-mwc-random
|