155e55ea9e
from CHANGELOG & https://github.com/haskell/random # 1.1 * support for base < 4.6 (which doesnt provide strict atomicModifyIORef') and integrating Travis CI support. https://github.com/haskell/random/pull/12 * fix C type in test suite https://github.com/haskell/random/pull/9 - Fix compilation with GHC HEAD.
13 lines
374 B
Makefile
13 lines
374 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2014/10/21 21:27:51 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-random
|
|
|
|
.if !defined(HS_RANDOM_BUILDLINK3_MK)
|
|
HS_RANDOM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-random+= hs-random>=1.1
|
|
BUILDLINK_ABI_DEPENDS.hs-random+= hs-random>=1.1
|
|
BUILDLINK_PKGSRCDIR.hs-random?= ../../devel/hs-random
|
|
.endif # HS_RANDOM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-random
|