pkgsrc/math/hs-mwc-random/buildlink3.mk
pho fb2844d7c4 Update to mwc-random-0.14.0.0
Changes in 0.14.0.0
* Low level functions for acquiring random data for initialization of
  PRGN state is moved to System.Random.MWC.SeedSource module
* Ensure that carry is always correct when restoring PRNG state from
  seed. Only affects users who create 258 element seed manually. (#63,
  #65)

Changes in 0.13.6.0
* tablePoisson now can handle λ>1923, see #59 for details. That
  required intoduction of dependency on math-functions.

Changes in 0.13.5.0
* logCategorical added

Changes in 0.13.4.0
* withSystemRandom uses RtlGenRandom for seeding generator on windows
2020-01-02 11:34:29 +00:00

17 lines
572 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2020/01/02 11:34:29 pho 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.14.0
BUILDLINK_ABI_DEPENDS.hs-mwc-random+= hs-mwc-random>=0.14.0.0
BUILDLINK_PKGSRCDIR.hs-mwc-random?= ../../math/hs-mwc-random
.include "../../math/hs-math-functions/buildlink3.mk"
.include "../../devel/hs-primitive/buildlink3.mk"
.include "../../devel/hs-vector/buildlink3.mk"
.endif # HS_MWC_RANDOM_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-mwc-random