From 12519f9291f8e07f8f080429387fe11b002636d0 Mon Sep 17 00:00:00 2001 From: szptvlfn Date: Sun, 13 Jul 2014 21:16:40 +0000 Subject: Update to 0.2 CHANGELOG: 0.2 --- * Added `Hashable` and `Data` support. * Will build as full-fledged `Safe` Haskell if you configure with -f-hashable, merely `Trustworthy` otherwise. * Allow for manual removal of the `hashable` dependency to support advanced sandbox users who explicitly want to avoid compiling certain dependencies they know they aren't using. We will fix bugs caused by any combination of these package flags, but the API of the package should be considered the default build configuration with all of the package dependency flags enabled. --- math/hs-nats/Makefile | 5 +++-- math/hs-nats/buildlink3.mk | 6 ++++-- math/hs-nats/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'math/hs-nats') diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile index 6a30dbd37cb..398fdf2b09a 100644 --- a/math/hs-nats/Makefile +++ b/math/hs-nats/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/13 21:16:40 szptvlfn Exp $ -DISTNAME= nats-0.1.3 +DISTNAME= nats-0.2 CATEGORIES= math MAINTAINER= pho@cielonegro.org @@ -8,4 +8,5 @@ COMMENT= Haskell 98 natural numbers LICENSE= modified-bsd .include "../../mk/haskell.mk" +.include "../../devel/hs-hashable/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/hs-nats/buildlink3.mk b/math/hs-nats/buildlink3.mk index 413f28bc2a4..7a37794d4ed 100644 --- a/math/hs-nats/buildlink3.mk +++ b/math/hs-nats/buildlink3.mk @@ -1,12 +1,14 @@ -# $NetBSD: buildlink3.mk,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2014/07/13 21:16:40 szptvlfn Exp $ BUILDLINK_TREE+= hs-nats .if !defined(HS_NATS_BUILDLINK3_MK) HS_NATS_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-nats+= hs-nats>=0.1.3 +BUILDLINK_API_DEPENDS.hs-nats+= hs-nats>=0.2 BUILDLINK_PKGSRCDIR.hs-nats?= ../../math/hs-nats + +.include "../../devel/hs-hashable/buildlink3.mk" .endif # HS_NATS_BUILDLINK3_MK BUILDLINK_TREE+= -hs-nats diff --git a/math/hs-nats/distinfo b/math/hs-nats/distinfo index 552661bdaa4..8b6f4ca2478 100644 --- a/math/hs-nats/distinfo +++ b/math/hs-nats/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $ +$NetBSD: distinfo,v 1.2 2014/07/13 21:16:40 szptvlfn Exp $ -SHA1 (nats-0.1.3.tar.gz) = 1df860cf4ae1ee6def18afbb5fb049d412a2f0c5 -RMD160 (nats-0.1.3.tar.gz) = 0a1e4af51727e4fddadaf3262c8e2ccf643e8565 -Size (nats-0.1.3.tar.gz) = 4047 bytes +SHA1 (nats-0.2.tar.gz) = 5bb6c02e59608e7f46fa957ad55ae6701e266250 +RMD160 (nats-0.2.tar.gz) = 031eabf10cf66b28fbfe76cc4283c422f1472a1d +Size (nats-0.2.tar.gz) = 4740 bytes -- cgit v1.2.3